Last updated:
0 purchases
predictionmodelloan 1.0.0
Example Package
hello-world
└── hello_world
├── init.py
└── main.py
Virtual Environments
conda create -n hellodemo python=3.10
conda activate hellodemo
pip install setuptools twine
python setup.py sdist
twine upload --repository-url https://test.pypi.org/legacy/ \
dist/hello_world_gke-0.0.1.tar.gz
pip install -i https://test.pypi.org/simple/ hello-world-gke==0.0.1
# another example
python setup.py sdist
twine upload --repository-url https://upload.pypi.org/legacy/ \
dist/prediction_model_gke-1.0.0.tar.gz
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.