Compare commits

..

No commits in common. "3cb3c45ab13a33b56fdd18262307b6eda7fdad14" and "de68c2076e4862a64b89a2d8a623b69cb9289105" have entirely different histories.

View File

@ -20,9 +20,7 @@ cd onpoint
pip3 install -r requirements.txt
```
To compile, run `python3 main.py $root_directory`. Use `python3 main.py -h` to learn more about all available optional parameters.
**Note for onpoint developers:** You will have to pass `--no-help-menu` to compile the slides in the `demo` folder of this development repository.
To compile, run `python3 main.py $root_directory`. You will have to pass `--no-help-menu` to compile the slides in the `test` folder of this development repository. Use `python3 main.py -h` to learn more about all available optional parameters.
## The Project Structure