Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hcji authored Dec 10, 2018
1 parent 8d1dde9 commit 50bf601
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ There are many types of chemical fingerprint for describing the molecule provide
2. Java Runtime Environment 8.0
3. jpype

pip install jpype
pip install jpype

4. RDKit

conda install libboost=1.65.1
conda install boost=1.65.1
conda install boost-cpp=1.65.1
conda install -c rdkit rdkit
conda install libboost=1.65.1
conda install boost=1.65.1
conda install boost-cpp=1.65.1
conda install -c rdkit rdkit
5. [Pybel](https://open-babel.readthedocs.io/en/latest/UseTheLibrary/PythonInstall.html)

### Install
1. Clone this repo:

git clone https://github.com/hcji/PyFingerprint.git
git clone https://github.com/hcji/PyFingerprint.git
2. install the package locally

python setup.py install
python setup.py install

### Usage

Expand Down

0 comments on commit 50bf601

Please sign in to comment.