diff --git a/QUICKSTART_NOTES.md b/QUICKSTART_NOTES.md new file mode 100644 index 00000000..4df1ea9c --- /dev/null +++ b/QUICKSTART_NOTES.md @@ -0,0 +1,10 @@ +# Quickstart Notes + +This file complements the README with a minimal checklist. + +## Setup + +```bash +python -m venv .venv +source .venv/bin/activate # On Windows: .venv\Scripts\activate +pip install -r requirements.txt