update document
This commit is contained in:
parent
785c8c9ab6
commit
dda91e941e
BIN
2024-11-09_01-13.png
Normal file
BIN
2024-11-09_01-13.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 680 KiB |
26
README.md
26
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user