pip-demo-package
pip-demo-package
cd example_pkg
python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
python3 -m pip install --user --upgrade twine
https://test.pypi.org/account/register/
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
pip install -i https://test.pypi.org/simple/ dalongrong-example-pkg
cd useage
python app.py
cd app
docker-compose build
docker-compose up