Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
#install
|
|
|
2 |
conda create -n druggpt python=3.7
|
3 |
conda activate druggpt
|
4 |
|
@@ -6,4 +7,5 @@
|
|
6 |
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
|
7 |
pip install transformers
|
8 |
pip install scipy scikit-learn
|
9 |
-
conda install -c openbabel openbabel
|
|
|
|
1 |
#install
|
2 |
+
|
3 |
conda create -n druggpt python=3.7
|
4 |
conda activate druggpt
|
5 |
|
|
|
7 |
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
|
8 |
pip install transformers
|
9 |
pip install scipy scikit-learn
|
10 |
+
conda install -c openbabel openbabel
|
11 |
+
|