Skip to content

Commit 7adcf00

Browse files
committed
fixed typo in instructions
1 parent 5b975e5 commit 7adcf00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

docs/source/installation/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Quick Install
99
Software 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

0 commit comments

Comments
 (0)