mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
5 lines
150 B
Bash
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 |