aSAsAS / app.py
asdcc's picture
Create app.py
d560d35 verified
raw
history blame contribute delete
185 Bytes
git clone https://github.com/facebookresearch/ParlAI.git ~/ParlAI
cd ~/ParlAI
python3.8 -m venv venv
venv/bin/pip install --upgrade pip setuptools wheel
venv/bin/python setup.py develop