diff --git a/README.md b/README.md index b1b590990..9da294b0c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/start.rst b/docs/start.rst index 51b577851..5b5eed0b3 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -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/