Skip to content

Commit

Permalink
add ESPF file in the pip files
Browse files Browse the repository at this point in the history
  • Loading branch information
kexinhuang12345 committed Dec 25, 2020
1 parent 795f10e commit 7f14fc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ prune toy_data
prune docs
include README.md
include requirements.txt
include LICENSE
include LICENSE
include DeepPurpose/ESPF
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,9 @@ We recommend to install it locally since Binder needs to be refreshed every time
conda create -n DeepPurpose python=3.6
conda activate DeepPurpose
conda install -c conda-forge rdkit
pip install git+https://github.com/bp-kelley/descriptastorus
pip install DeepPurpose
```
If you want to use the RDKit2D model, also install:
```bash
pip install git+https://github.com/bp-kelley/descriptastorus
```

You can also build from source:

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def readme():
setup(
name="DeepPurpose",
packages = ['DeepPurpose'],
version="0.0.4",
package_data={'DeepPurpose': ['ESPF/*']},
version="0.0.5",
author="Kexin Huang, Tianfan Fu",
license="BSD-3-Clause",
author_email="[email protected]",
Expand Down

0 comments on commit 7f14fc2

Please sign in to comment.