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

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py 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