Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
omar2535 committed Mar 23, 2020
1 parent b69a0cc commit 0651b1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@ Be sure to have auto-py-to-exe installed and also have the modules installed on
auto-py-to-exe
```

Executable files will be stored in the `output` directory

### Linux binary:
Be sure to first have `pyinstaller` installed before trying to build the project
Check out the pyinstaller docs for more info [Pyinstaller docs](https://pyinstaller.readthedocs.io/en/stable/)
```sh
sudo pyinstaller --onefile ./attendance_<file_type>_parser.py
```
```

Binary files will be stored in the `dist` directory

0 comments on commit 0651b1c

Please sign in to comment.