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

6 lines
147 B
Bash

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