Skip to content

Commit 7f3ef2e

Browse files
authored
Merge pull request #52 from Parallel-NetCDF/user_guide
modified quick install description
2 parents 03dde95 + c2ff1b7 commit 7f3ef2e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/source/installation/install.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ Installation
55

66
Quick Install
77
===================================
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
158

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

1712
Install from Source
1813
============================================

0 commit comments

Comments
 (0)