Skip to content

Commit 50bf601

Browse files
authored
Update README.md
1 parent 8d1dde9 commit 50bf601

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ There are many types of chemical fingerprint for describing the molecule provide
99
2. Java Runtime Environment 8.0
1010
3. jpype
1111

12-
pip install jpype
12+
pip install jpype
1313

1414
4. RDKit
1515

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

2222
### Install
2323
1. Clone this repo:
2424

25-
git clone https://github.com/hcji/PyFingerprint.git
25+
git clone https://github.com/hcji/PyFingerprint.git
2626
2. install the package locally
2727

28-
python setup.py install
28+
python setup.py install
2929

3030
### Usage
3131

0 commit comments

Comments
 (0)