Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
gfaster committed Sep 30, 2020
1 parent f02aa5b commit 3dac8c3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# classes

## Configuration

to configure:
change values in config.json to reflect your classes and periods

---
# Building from source
## Building from Source

1) install pyinstaller via pip
2) run the following command: `pyinstaller --add-data 'config.json;.' main.py`
1. Install [pyinstaller](https://pypi.org/project/pyinstaller/) via pip
2. Configure config.json to reflect your classes and periods
3. Run the following command:
- **Windows:** `pyinstaller --add-data 'config.json;.' main.py`
- **Linux and macOS:** `pyinstaller --add-data 'config.json:.' main.py`

0 comments on commit 3dac8c3

Please sign in to comment.