Skip to content

Commit

Permalink
Update README.md installation (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyericardo authored and zasdfgbnm committed Aug 20, 2019
1 parent 5bc9651 commit 1455cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1455cb3

Please sign in to comment.