install_dependencies_python2.sh 197 Bytes
Newer Older
1
2
3
4
5
6
#!/bin/bash

python -m pip install --upgrade pip
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip install tqdm pyyaml future
pip2 install 'ase<=3.17'