fearlessbj4 commited on
Commit
701e90a
1 Parent(s): cb3a0ee

Upload /sim_case_sug_demo/venv.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. sim_case_sug_demo/venv.txt +6 -0
sim_case_sug_demo/venv.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ $pip3 install --upgrade pip
2
+ $pip3 install virtualenv==20.25.0
3
+ $python3 -m venv lib_test
4
+ $cd lib_test/bin
5
+ $source activate
6
+ $pip3 install -r ../../requirement.txt