We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe3de1 + ec64157 commit 8bfb718Copy full SHA for 8bfb718
README.md
@@ -11,7 +11,7 @@ Installation
11
-------
12
13
The easiest way to install the package is via `pip` from the [PyPI (Python
14
-Package Index)](https://pypi.python.org/pypi>):
+Package Index)](https://pypi.org/project/parangonar/>):
15
```shell
16
pip install parangonar
17
```
setup.py
@@ -14,6 +14,7 @@
REQUIRES_PYTHON = '>=3.7'
VERSION = '1.0.0'
+
18
# What packages are required for this module to be executed?
19
REQUIRED = [
20
'numpy',
0 commit comments