This commit is contained in:
@@ -3,17 +3,17 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
venv/bin/python -m pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
venv/bin/python -m build
|
pyproject-build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
```bash
|
```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"
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user