SynBioDex / SBOLExplorer

MIT License
4 stars 2 forks source link

Add instructions for running in a virtual environment #38

Closed cjmyers closed 4 years ago

cjmyers commented 5 years ago

Should be able to basically use the ones from SBOLValidator's page.

cjmyers commented 4 years ago

python3 -m venv sbol-explorer-venv pip install requirements.txt source sbol-explorer-venv/bin/activate ./start.sh

yu-eric commented 4 years ago

Latest commit adds instructions in the README.