mirror of
https://github.com/alerta/alerta.git
synced 2025-02-06 06:20:03 +00:00
18 lines
318 B
Markdown
18 lines
318 B
Markdown
alerta-app PyPI Package
|
|
=======================
|
|
|
|
Register
|
|
--------
|
|
|
|
To add the package to the PyPI index run:
|
|
|
|
$ python setup.py sdist register
|
|
|
|
Update
|
|
------
|
|
|
|
To update the package to the PyPI index run:
|
|
|
|
$ python setup.py sdist upload
|
|
|
|
Note: The README.rst file is used to create the PyPi package home page.
|