12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
|
conda create -n convlab3 python=3.8
|
||
|
conda activate convlab3
|
||
|
git clone --depth 1 https://github.com/ConvLab/ConvLab-3.git
|
||
|
cd ConvLab-3
|
||
|
pip install -e .
|
||
|
pip install allennlp==0.9.0
|
||
|
pip install overrides==4.1.2
|
||
|
|
||
|
conda install notebook
|
||
|
cd tutorials
|
||
|
jupyter-notebook Getting-Started.ipynb
|