File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,23 +9,23 @@ There are many types of chemical fingerprint for describing the molecule provide
9
9
2 . Java Runtime Environment 8.0
10
10
3 . jpype
11
11
12
- pip install jpype
12
+ pip install jpype
13
13
14
14
4 . RDKit
15
15
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
20
20
5 . [ Pybel] ( https://open-babel.readthedocs.io/en/latest/UseTheLibrary/PythonInstall.html )
21
21
22
22
### Install
23
23
1 . Clone this repo:
24
24
25
- git clone https://github.com/hcji/PyFingerprint.git
25
+ git clone https://github.com/hcji/PyFingerprint.git
26
26
2 . install the package locally
27
27
28
- python setup.py install
28
+ python setup.py install
29
29
30
30
### Usage
31
31
You can’t perform that action at this time.
0 commit comments