Select Git revision
Alex Wiens authored
build.md 244 B
Build Python package for deployment
In case you need to build a Python package for easier deployment.
Build package
The following command creates source and wheel packages in the dist
folder:
python3 setup.py sdist bdist_wheel