Created Windows (markdown)

saas714 2026-04-04 08:28:45 -07:00
parent 14f5dca1d6
commit 4b4ebc8fd8

4
Windows.md Normal file

@ -0,0 +1,4 @@
python -m venv .venv
source .venv/bin/activate # Linux/macOS
# .venv\Scripts\activate # Windows
pip install -r requirements.txt