Skip to content

modified quick install description #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/source/installation/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ Installation

Quick Install
===================================
Currently our PyPI wheels don't cover all systems so will need to pip install using source distribution. If
you already have a working MPI with the mpicc compiler wrapper is on your search path and pnetcdf-C installation,
you can use pip:

.. code-block:: bash

$ env CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pnetcdf

Quick installation via pip install is currently unavailable as this library has not yet been uploaded to PyPI.
Please follow building from source instructions provided below to set up the library.

Install from Source
============================================
Expand Down
Loading