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.
1616* [ PnetCDF C library] ( https://github.com/Parallel-netCDF/PnetCDF ) , built with shared libraries.
1717
1818### 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
2020 ```
2121 CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pnetcdf
2222 ```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Quick Install
99Software Requirements
1010 - PnetCDF C library (built with shared libraries) and MPI C library
1111
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
1313.. code-block :: bash
1414 $ CC=/path/to/mpicc PNETCDF_DIR=/path/to/pnetcdf/dir/ pip install pnetcdf
1515
You can’t perform that action at this time.
0 commit comments