take cwd as base directory

This commit is contained in:
Torsten Ueberschar
2024-09-17 10:10:33 +02:00
parent 660e75d719
commit c9c34493b8
3 changed files with 20 additions and 42 deletions

View File

@@ -13,11 +13,17 @@ python -m venv .venv
source .venv/bin/activate
```
Build and install executable:
Build executable:
```bash
python setup.py build
python setup.py install
pip install --upgrade build
python -m build
```
Install the executable:
```bash
pip install .
```
See where it is installed:
@@ -27,6 +33,13 @@ which invoice
## usage
```bash
invoice -h
```
There are two yaml files describing your invoice:
- `invoice.yaml` contains the invoice data