python -m venv .venv source .venv/bin/activate pip install build python -m build --outdir dist ../ pip install dist/plexpy-0.0.1-py3-none-any.whl