Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#install
|
2 |
+
conda create -n druggpt python=3.7
|
3 |
+
conda activate druggpt
|
4 |
+
|
5 |
+
pip install datasets
|
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
|