update document

This commit is contained in:
Shihaam Abdul Rahman 2024-11-09 01:17:27 +05:00
parent 785c8c9ab6
commit dda91e941e
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 23 additions and 3 deletions

BIN
2024-11-09_01-13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 KiB

View File

@ -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.