Skip to content

Commit

Permalink
install fragmenter with conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
ChayaSt committed Aug 9, 2019
1 parent 93dd838 commit 0c53ab2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,5 @@
conda:
file: docs/environment.yml

python:
setup_py_install: true
19 changes: 19 additions & 0 deletions docs/environment.yml
@@ -0,0 +1,19 @@
name: fragmenter
channels:
- openeye
- rdkit
- conda-forge

dependencies:

# Base Depends
- python
- setuptools
- openeye-toolkits
- rdkit
- pyyaml
- pip
- numpydoc
# Pip depends
- pip:
- git+git://github.com/openforcefield/cmiles.git@v0.1.5#egg=cmiles
1 change: 0 additions & 1 deletion docs/requirements.txt

This file was deleted.

0 comments on commit 0c53ab2

Please sign in to comment.