Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 541 Bytes

Python cookbook for cheminformatics

Recipes for cheminfomatics with Python

Create the virtual environment for the project

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

Launch the IPython notebook

ipython notebook