Commit 1455cb37 authored by Richard Xue's avatar Richard Xue Committed by Gao, Xiang
Browse files

Update README.md installation (#294)

parent 5bc96518
......@@ -26,14 +26,14 @@ TorchANI is a pytorch implementation of ANI. It is currently under alpha release
TorchANI requires the latest preview version of PyTorch. You can install PyTorch by the following commands (assuming cuda10):
```bash
pip install numpy torchvision_nightly
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
pip install numpy
pip install torch -f https://download.pytorch.org/whl/nightly/cu100/torch.html
```
If you updated TorchANI, you may also need to update PyTorch:
```bash
pip install --upgrade torch_nightly -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
pip install --upgrade torch -f https://download.pytorch.org/whl/nightly/cu100/torch.html
```
After installing the correct PyTorch, you can install TorchANI by:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment