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