We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937255e commit 654b725Copy full SHA for 654b725
README.md
@@ -37,6 +37,9 @@ $ pip install [--user] git+https://github.com/numericalalgorithmsgroup/pypop
37
The optional `--user` directive instructs pip to install to the users home directory instead of the
38
system site package directory.
39
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
+
43
## Usage
44
45
Jupyter notebooks are intended to be the primary interface to PyPOP. This guide uses several
0 commit comments