Skip to content

Commit

Permalink
Updated make installer instructions. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbeddedDevops1 authored Jul 5, 2024
1 parent 619b023 commit c4469a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ poetry run pytest --junitxml=testLog.xml --cov=templated_tests --cov=cover_agent
```
This will also generate all logs and output reports that are generated in `.github/workflows/ci_pipeline.yml`.

### Building the binary locally
You can build the binary locally simply by invoking the `make installer` command. This will run PyInstaller locally on your machine. Ensure that you have set up the poetry project first (i.e. running `poetry install`).

## Roadmap
Below is the roadmap of planned features, with the current implementation status:

Expand Down

0 comments on commit c4469a5

Please sign in to comment.