Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 270 Bytes

File metadata and controls

19 lines (14 loc) · 270 Bytes

cdsw-python

Python Bibliotheken für das CoderDojo Schöneweide

Installation

python -m venv venv
. venv/bin/activate
pip install -e .

Neue Version veröffentlichen

Version in pyproject.toml ändern.

python -m build
twine upload dist/*