We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03dde95 + c2ff1b7 commit 7f3ef2eCopy full SHA for 7f3ef2e
docs/source/installation/install.rst
@@ -5,14 +5,9 @@ Installation
5
6
Quick Install
7
===================================
8
-Currently our PyPI wheels don't cover all systems so will need to pip install using source distribution. If
9
-you already have a working MPI with the mpicc compiler wrapper is on your search path and pnetcdf-C installation,
10
-you can use pip:
11
-
12
-.. code-block:: bash
13
14
- $ env CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pnetcdf
15
+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.
16
17
Install from Source
18
============================================
0 commit comments