asdcc commited on
Commit
4be57cc
·
verified ·
1 Parent(s): 7b9b4b0

Create UPDATE

Browse files
Files changed (1) hide show
  1. UPDATE +5 -0
UPDATE ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ git clone https://github.com/facebookresearch/ParlAI.git ~/ParlAI
2
+ cd ~/ParlAI
3
+ python3.8 -m venv venv
4
+ venv/bin/pip install --upgrade pip setuptools wheel
5
+ venv/bin/python setup.py develop