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

4
TorchANI requires the latest preview version of PyTorch.
Gao, Xiang's avatar
Gao, Xiang committed
5

6
Please see `PyTorch's official site`_ for instructions of installing latest preview version of PyTorch.
7

8
Note that if you updated TorchANI, you may also need to update PyTorch.
9

10
After installing the correct PyTorch, you can install TorchANI by `pip` or `conda`:
11
12
13

.. code-block:: bash

14
    pip install torchani
15

16
or
17
18
19

.. code-block:: bash

20
    conda install -c conda-forge torchani
21

22
See https://github.com/conda-forge/torchani-feedstock for more information about the conda package.
23
24

.. _PyTorch's official site:
25
    https://pytorch.org/get-started/locally/