Python
install
# Windows 10
scoop install python310
Personal do
python -m pip install pipx
pipx ensurepath
Publish python package
python -m pip install -e .
python -m pip install build twine
python setup.py sdist bdist_wheel
python -m build
reference
- #blog How to run Python in production
- #blog Python dependency management is a dumpster fire
- #guide How to Install Python 3.9 on Ubuntu 22.04
- #lession 30 Days Of Python
- #lession Build an Asteroids Game With Python and Pygame
- #lession FullStack Web Development with Python