Skip to content

Commit

Permalink
Add unit test instructions and how to name executable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeldar committed Aug 17, 2023
1 parent 6373fd3 commit 5df4bf4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ Data shipping script for airborne products
## Getting started

- `source env/bin/activate`
- `pip3 install -e .`
- `python3 -m python install -e .`
- `python3 main.py`

## Generating build

- `pyinstaller main.py --onefile`
- `pyinstaller main.py --onefile -n airborne-dsa`

## Running unit tests

- `python3 -m unittest`

0 comments on commit 5df4bf4

Please sign in to comment.