Skip to content

cdmbi/python-cheminformatics-cookbook

Repository files navigation

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

About

Recipes for cheminfomatics with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published