Skip to content

Commit

Permalink
Local debug instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Nov 24, 2022
1 parent 4720937 commit 4740bd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,7 @@ pip install -r requirements.txt
```

Then, open VSCode with the project, and it should automatically detect and switch to the virtual environment in the terminal.

To run the project, just run `./run.sh`. It will pick up env.sh variables, and run the various Python scripts.

To debug the project, open a Python script file such as `screen-calendar-get.py` or `screen-weather-get.py`, and press F5. It will generate a .env from env.sh, and run the script. It can hit breakpoints, no problem.

0 comments on commit 4740bd9

Please sign in to comment.