Skip to content

Commit

Permalink
Minor edits to installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Mar 12, 2021
1 parent 6e86b5a commit e7d5cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ OpenNMT-tf requires:

For GPU support, please read the [TensorFlow documentation](https://www.tensorflow.org/install/gpu) for additional software and hardware requirements.

## Via pip (recommended)
## pip (recommended)

Each tagged version of the project is automatically pushed to [PyPi](https://pypi.org/project/OpenNMT-tf/). We recommend installing this package via `pip` (>= 19.0):
Each tagged version of the project is automatically pushed to [PyPI](https://pypi.org/project/OpenNMT-tf/). We recommend installing this package with `pip` >= 19.3:

```bash
pip install --upgrade pip
Expand Down

0 comments on commit e7d5cbe

Please sign in to comment.