start.rst 470 Bytes
Newer Older
Gao, Xiang's avatar
Gao, Xiang committed
1
2
3
Installation
============

4
TorchANI requires the latest preview version of PyTorch. If you are using anaconda, you can install PyTorch by ``conda install pytorch-nightly -c pytorch``. You can also refer to `the official site of PyTorch`_ for instructions of installing latest preview version of PyTorch.
Gao, Xiang's avatar
Gao, Xiang committed
5

6
7
8
9
After installing PyTorch, you can then install TorchANI by ``pip install torchani``.

.. _the official site of PyTorch:
    https://pytorch.org/get-started/locally/