Installation ============ 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. After installing PyTorch, you can then install TorchANI by ``pip install torchani``. .. _the official site of PyTorch: https://pytorch.org/get-started/locally/