Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpingPistachio committed Apr 19, 2024
1 parent 7f90980 commit dde96bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ Setup assumes [python](https://www.get-python.org/downloads/release/python-3118/

Installing dependencies:
- All dependencies required are stored in [requirements.txt](requirements.txt).
- To install these to your python intallation / venv, run the following command: `python -m pip install -r requirements.txt`
- To install these to your python intallation / venv, run the following command: `python -m pip install -r requirements.txt`

## Generating Schedule
To generate a schedule, simply run the main python file: `python main.py`. This wil generate a txt file with the schedule in `/schedules`.

0 comments on commit dde96bd

Please sign in to comment.