Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaamo committed Dec 14, 2022
1 parent 96bd9b4 commit 875933d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Manage your inventory of electronic stuff
- Can import orders from vendors (Mouser for now) and selective import into inventory with category matching through regexpes
- Project management with BOM with parts from inventory or free-form (with export of BOM to CSV or XLSX)
- PDF Generator for labels printing of Storage Locations (plus bulk-generation) or Parts
- Add item image from webcam

# Requirements
- Python 3.8 (minimum !)
Expand Down Expand Up @@ -109,7 +110,7 @@ A sample config and extensions list for VScode are provided in `api/.vscode/` an

### Docker All-In-One image build
```
docker build -t stockazio-allinone -f Dockerfile-allinone
docker build -t stockazio-allinone -f Dockerfile-allinone .
```

## Updating
Expand Down

0 comments on commit 875933d

Please sign in to comment.