Skip to content

Commit

Permalink
Merge pull request #600 from ax3l/doc-pipNoBinaryInstallDeps
Browse files Browse the repository at this point in the history
Docs: Pip No-Binary Deps
  • Loading branch information
ax3l authored Nov 13, 2019
2 parents 17e1dda + ba0ee79 commit 943828e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Bug Fixes
Other
"""""

- Python: improve ``pip`` install instructions #594
- Python: improve ``pip`` install instructions #594 #600
- JSON:

- the backend is now always enabled #587
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ python3 -m pip install openpmd-api

or with MPI support:
```bash
# optional: --user
python3 -m pip install -U pip
# optional: --user
python3 -m pip install -U pip setuptools wheel cmake

# optional: --user
openPMD_USE_MPI=ON python3 -m pip install openpmd-api --no-binary openpmd-api
Expand Down
4 changes: 2 additions & 2 deletions docs/source/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ or with MPI support:

.. code-block:: bash
# optional: --user
python3 -m pip install -U pip
# optional: --user
python3 -m pip install -U pip setuptools wheel cmake
# optional: --user
openPMD_USE_MPI=ON python3 -m pip install openpmd-api --no-binary openpmd-api
Expand Down

0 comments on commit 943828e

Please sign in to comment.