enhance the readme with info on pypi

This commit is contained in:
p1-bmu 2021-09-23 08:29:39 +02:00
parent d50559a2b3
commit 7685d58dcd
1 changed files with 14 additions and 1 deletions

View File

@ -71,7 +71,8 @@ Automatic installation
----------------------
An installation script is available.
It installs the library within your Python package directory:
As soon as you have cloned or downloaded the repository, you can use it to install
the library within your Python package directory:
```
python setup.py install
@ -107,6 +108,18 @@ More generally, installation is not required, and simply having all _pycrate\_*_
subdirectories into the PYTHONPATH enables to use the entire library.
Installation with pip
---------------------
Alternatively, you can install the library with the `pip` command:
```
pip install pycrate
```
The install package is available on [pypi](https://pypi.org/project/pycrate/).
It contains the library from the last tagged release on github.
Contributing
============