File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,9 @@ Installation
5
5
6
6
Quick Install
7
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
8
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.
16
11
17
12
Install from Source
18
13
============================================
You can’t perform that action at this time.
0 commit comments