Skip to content

Commit a77108d

Browse files
committed
docs: Updating the installation instructions
1 parent 398a21d commit a77108d

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
@@ -27,7 +27,7 @@ The original implementation and a further description of the protocol can be fou
2727

2828
This library is available in the PyPI repository, and can be installed with the following command:
2929

30-
* ```pip3 install pyngham```
30+
* ```pip install pyngham```
3131

3232
Or, directly from the source files:
3333

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The simplest way to install the PyNGHam library is doing it from the PyPI reposi
66

77
::
88

9-
pip3 install pyngham
9+
pip install pyngham
1010

1111
It is also possible to install directly from source files available in the git repository [2]_:
1212

0 commit comments

Comments
 (0)