File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ scalable I/O performance.
16
16
* [ PnetCDF C library] ( https://github.com/Parallel-netCDF/PnetCDF ) , built with shared libraries.
17
17
18
18
### Quick Installation
19
- * Make sure have a working MPI and pnetcdf-C software and then use pip to install pnetcdf-Python library from PyPI
19
+ * Make sure you have a working MPI and pnetcdf-C software and then use pip to install pnetcdf-Python library from PyPI
20
20
```
21
21
CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pnetcdf
22
22
```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Quick Install
9
9
Software Requirements
10
10
- PnetCDF C library (built with shared libraries) and MPI C library
11
11
12
- Make sure have a working MPI and pnetcdf-C software and then use pip to install pnetcdf-Python library from PyPI
12
+ Make sure you have a working MPI and pnetcdf-C software and then use pip to install pnetcdf-Python library from PyPI
13
13
.. code-block :: bash
14
14
$ CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pnetcdf
15
15
You can’t perform that action at this time.
0 commit comments