liyuesen commited on
Commit
a397aaa
1 Parent(s): 173ec3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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