Skip to content

Commit 654b725

Browse files
committed
add note about pip vs. pip3
1 parent 937255e commit 654b725

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ $ pip install [--user] git+https://github.com/numericalalgorithmsgroup/pypop
3737
The optional `--user` directive instructs pip to install to the users home directory instead of the
3838
system site package directory.
3939

40+
**N.B: Some linux distributions are still shipping Python2 alongside Python3. PyPOP requires
41+
Python3 and so you may need to install using the `pip3` command rather than the `pip` command.**
42+
4043
## Usage
4144

4245
Jupyter notebooks are intended to be the primary interface to PyPOP. This guide uses several

0 commit comments

Comments
 (0)