Files
cs249r_book/.envrc
Vijay Janapa Reddi a774c7e4bb refactor(tinytorch): standardize all module ABOUT.md structure
- Move 'Getting Started' section earlier (position 6, after Build → Use → Reflect)
- Add 'Common Pitfalls' section to all modules (3-5 pitfalls with code examples)
- Add 'Production Context' section to all modules (framework comparisons, real-world usage)
- Verify professional emoji usage (no emoji in section headers)
- Apply consistent structure across all 20 modules
2025-12-07 11:13:11 -08:00

6 lines
137 B
Bash

# Book development environment
if [ -d .venv ]; then
source .venv/bin/activate
echo "📚 Book environment activated (.venv)"
fi