From fa11fb44a9d1720acae73d5d64da8ac8098855b8 Mon Sep 17 00:00:00 2001 From: "Gao, Xiang" Date: Tue, 5 Nov 2019 21:32:17 -0800 Subject: [PATCH] Remove warning --- README.md | 2 -- docs/start.rst | 4 ---- 2 files changed, 6 deletions(-) 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/