Skip to content

Commit

Permalink
documenting the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gckopper committed Jul 8, 2024
1 parent 248be4c commit 58d019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ you'll need to these steps:
- Initiate a python virtual environment (optional, but recommend) with `python3 -m venv venv` (linux, mac) or `py -m venv venv` (windows)
- Activate the virtual environment `source venv/bin/activate` (linux, mac) `.\venv\bin\activate.bat` (windows)
- Install all dependencies with `pip install -r requirements.txt`
- Build the desired chart with `python3 {filename}` (linux, mac) `py {filename}` (windows). All the files ending in `.py` inside the `graphs` folder are charts
- Build the desired chart with `python3 {filename}` (linux, mac) `py {filename}` (windows). Or build all charts at once using the `build.py` script. All the files ending in `.py` (except `build.py`) inside the `graphs` folder are charts.

0 comments on commit 58d019d

Please sign in to comment.