Recipes for cheminfomatics with Python
Note, you only need to create the environment once.
###On Linux/Mac OS
run:
make create-virenv
source activate cookbook
pip install selenium==2.42.1
To activate the environment after it has been created, run:
souce activate cookbook
ipython notebook