Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/env-checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Environment Checklist

Before running the examples:

- Python version matches the repo requirement
- Virtualenv is activated
- `pip install -r requirements.txt` completed successfully
- Credentials/config file exists and is gitignored
- No secrets appear in your `git diff`

If something fails:
- re-create the venv
- re-install requirements
- verify file paths used by scripts