Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 520 Bytes

sparql-import

LinkedHumanities SPARQL Import Data Merge

Setup

  1. Configure a sandbox environment for the project: virtualenv sandbox
  2. Activate the sandbox: source sandbox/bin/activate Your command prompt should now be prefixed with (sandbox) username@server:PATH$
  3. Run python setup.py develop to install dependencies.
  4. Scripts can be run with python SCRIPT.py
  5. When returning to work on the project, remember to activate the sandbox so the dependencies are in your path.