lich-uct / molpher-lib

C++/Python Library for Systematic Chemical Space Exploration
https://lich-uct.github.io/molpher-lib/
Other
17 stars 7 forks source link

Readme file should contain information on how to run the jupyter notebooks when Molpher-lib is compiled from source #3

Closed martin-sicho closed 6 years ago

martin-sicho commented 6 years ago

Something like this should be added to the readme:

conda env create -f environment.yml
. source_2_activate
python setup.py build_ext --inplace
cd doc/notebooks/
jupyter-notebook

after the compilation instructions.