Commit 48d85fe1 authored by Gao, Xiang's avatar Gao, Xiang Committed by Farhad Ramezanghorbani
Browse files

Remove warning (#366)

parent 3fd9bec9
......@@ -48,8 +48,6 @@ pip install torchani
See also [PyTorch's official site](https://pytorch.org/get-started/locally/) for instructions of installing latest preview version of PyTorch.
Please install nightly PyTorch through `pip install` instead of `conda install`. If your PyTorch is installed through `conda install`, then `pip` would mistakenly recognize the package name as `torch` instead of `torch-nightly`, which would cause dependency issue when installing TorchANI.
To run the tests and examples, you must manually download a data package
```bash
......
......@@ -23,9 +23,5 @@ After installing the correct PyTorch, you can install TorchANI by:
See also `PyTorch's official site`_ for instructions of installing latest preview version of PyTorch.
.. warning::
Please install nightly PyTorch through ``pip install`` instead of ``conda install``. If your PyTorch is installed through ``conda install``, then `pip` would mistakenly recognize the package name as `torch` instead of `torch-nightly`, which would cause dependency issue when installing TorchANI.
.. _PyTorch's official site:
https://pytorch.org/get-started/locally/
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