added README.md

This commit is contained in:
2023-09-04 07:26:01 +08:00
parent d0b965e61e
commit efc290afea

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
### Project setup
```bash
python3 -m venv venv
venv/bin/python -m pip install -r requirements.txt
```
### Build
```bash
venv/bin/python -m build
```
### Install
```bash
venv/bin/python -m pipx install dist/jpacrepo-uploader-*.tar.gz
```