Skip to content

Commit

Permalink
added additional install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Aug 10, 2020
1 parent 21fb84a commit 495d221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Learn more about EagerPy in the `documentation <https://eagerpy.jonasrauber.de>`
pip install eagerpy
EagerPy requires Python 3.6 or newer. Besides that, all essential dependencies are automatically installed. To use it with PyTorch, TensorFlow, JAX, or NumPy, the respective framework needs to be installed separately. These frameworks are not declared as dependencies because not everyone wants to use and thus install all of them and because some of these packages have different builds for different architectures and CUDA\footnote{\url{https://developer.nvidia.com/cuda-zone}} versions.

🎉 Example
-----------
Expand Down
2 changes: 2 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ You can install the latest release from [PyPI](https://pypi.org/project/eagerpy/
python3 -m pip install eagerpy
```

EagerPy requires Python 3.6 or newer. Besides that, all essential dependencies are automatically installed. To use it with PyTorch, TensorFlow, JAX, or NumPy, the respective framework needs to be installed separately. These frameworks are not declared as dependencies because not everyone wants to use and thus install all of them and because some of these packages have different builds for different architectures and CUDA\footnote{\url{https://developer.nvidia.com/cuda-zone}} versions.

::: warning NOTE
EagerPy requires Python 3.6 or newer.
:::

0 comments on commit 495d221

Please sign in to comment.