From 909ac4aea1726767f04f108b73c47cd6815b08c8 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Sun, 15 Sep 2024 14:57:31 +0800 Subject: [PATCH] updated documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc5bf2b..255f9c8 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ ```bash python3 -m venv venv -venv/bin/python -m pip install -r requirements.txt +pip install -r requirements.txt ``` ### Build ```bash -venv/bin/python -m build +pyproject-build ``` ### Install ```bash -venv/bin/python -m pipx install dist/jpacrepo-uploader-*.tar.gz +pipx install --index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple --extra-index-url https://pypi.org/simple jpacrepo-uploader --pip-args="--no-binary pycurl" ```