cosmicpi-rpi_V1.5/docs/publishing.md
2018-05-20 16:26:39 +02:00

11 lines
No EOL
301 B
Markdown

# Publishing the package
## Python
CosmicPi is available as Python package at following URL:
https://pypi.org/project/cosmicpi/
In order to publish a new version of CosmicPi run following command:
```
python setup.py sdist upload
```
Note: Please make sure you have rights to publish to given URL.