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 398a21d commit a77108dCopy full SHA for a77108d
README.md
@@ -27,7 +27,7 @@ The original implementation and a further description of the protocol can be fou
27
28
This library is available in the PyPI repository, and can be installed with the following command:
29
30
-* ```pip3 install pyngham```
+* ```pip install pyngham```
31
32
Or, directly from the source files:
33
docs/install.rst
@@ -6,7 +6,7 @@ The simplest way to install the PyNGHam library is doing it from the PyPI reposi
6
7
::
8
9
- pip3 install pyngham
+ pip install pyngham
10
11
It is also possible to install directly from source files available in the git repository [2]_:
12
0 commit comments