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

301 B

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.