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