Skip to content

Commit 7596e79

Browse files
author
Jonas Rauber
committed
changed rest to markdown
1 parent dc61045 commit 7596e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can install the latest release from [PyPI](https://pypi.org/project/eagerpy/
88
python3 -m pip install eagerpy
99
```
1010

11-
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 <https://developer.nvidia.com/cuda-zone>`_ versions.
11+
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](https://developer.nvidia.com/cuda-zone) versions.
1212

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

0 commit comments

Comments
 (0)