Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBisso authored Nov 19, 2022
1 parent 2978a97 commit 30fc12b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@ optional arguments:

## Use the App

## Build the binairies from Source

If needed, you can build the binary from Source. You can use the `build.ps1` script or whatever tool you want.<br>
You would need to install **pyinstaller** if you want to use the `build.ps1` script. Install it with the following command:

```cmd
pip install pyinstaller
```

## Bugs and issues


0 comments on commit 30fc12b

Please sign in to comment.