Files
plexpy/examples/install_py3.sh
2023-10-26 21:45:48 -05:00

5 lines
150 B
Bash

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