ontobio icon indicating copy to clipboard operation
ontobio copied to clipboard

Make developer setup easier

Open cmungall opened this issue 5 years ago • 0 comments

We should make it easier to setup a virtual env. Right now the developer has to go to rtd, and the instructions there are out of date (pyvenv rather than venv module)

Should we have a .sh like this checked into git?

python3 -m venv venv
source venv/bin/activate
export PYTHONPATH=.:$PYTHONPATH

Also, do we need a requirements-dev that has jupyter etc?

cmungall avatar Jul 26 '18 22:07 cmungall