updated documentation
Some checks failed
CI / build (push) Failing after 14s

This commit is contained in:
2024-09-15 14:57:31 +08:00
parent b56ddf528b
commit 909ac4aea1

View File

@@ -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"
```