From efc290afea8e0159a9c5988c14c0a25a57de5867 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Mon, 4 Sep 2023 07:26:01 +0800 Subject: [PATCH] added README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc5bf2b --- /dev/null +++ b/README.md @@ -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 +```