diff --git a/2024-11-09_01-13.png b/2024-11-09_01-13.png new file mode 100644 index 0000000..15f4036 Binary files /dev/null and b/2024-11-09_01-13.png differ diff --git a/README.md b/README.md index 1547174..1d2f5b7 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,32 @@ This tool simplifies the delivery process by: 2. Scan item bar code or manually enter tracking number 3. Find the Mail bag and # from printed sheet to sign + +## Development +git clone and do whatever? Requirements - python 3.12+ +- streamlit +- pandas +- openpyxl -Usage -`pip install -r requirements.txt` +Usage: +`pip install -r requirements.txt` \ `streamlit run app.py` -OR with docker +OR with docker \ `docker compose up --build` + +## Deployment (with docker or podman compose) +1. save compose.yml +```yml +services: + mvpost-package-no-finder: + image: git.shihaam.dev/shihaam/mvpost-package-no-finder + container_name: mvpost-package-no-finder + ports: + - "8501:8501" + restart: always +``` +2. `docker compose up -d` +3. enjoy.