Skip to content

Commit

Permalink
foyer/intermol optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sperka committed Jul 23, 2015
1 parent c4c88e5 commit 15f3d0e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/dev_env_setup.md
Expand Up @@ -23,12 +23,19 @@ Date: Jul 23, 2015
$ cd /path/to/anaconda/envs/imodels/lib/python3.4/site-packages/mdtraj/html
$ subl trajectory_widget.py

6. Clone [Intermol](https://github.com/shirtsgroup/InterMol), [foyer](https://github.com/iModels/foyer) and [mbuild](https://github.com/iModels/mbuild) projects and setup them:
6. Clone [mbuild](https://github.com/iModels/mbuild) and set it up:

$ cd /path/to/your/projects/
$ git clone https://github.com/iModels/mbuild.git
$ cd mbuild
$ python setup.py develop


7. __[Optional]__ Clone [Intermol](https://github.com/shirtsgroup/InterMol) and [foyer](https://github.com/iModels/foyer) and set them up:

$ cd /path/to/your/projects/
$ git clone https://github.com/shirtsgroup/InterMol.git
$ git clone https://github.com/iModels/foyer.git
$ git clone https://github.com/iModels/mbuild.git

##### Intermol
$ cd Intermol
Expand All @@ -37,10 +44,5 @@ Date: Jul 23, 2015

##### foyer
$ cd foyer
$ python setup.py develop

##### mbuild
$ cd mbuild
$ python setup.py develop

$ python setup.py develop

0 comments on commit 15f3d0e

Please sign in to comment.