Skip to content

Commit

Permalink
Remove warning (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
zasdfgbnm authored and farhadrgh committed Nov 6, 2019
1 parent 3fd9bec commit 48d85fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 48d85fe

Please sign in to comment.