7aa7167 f64f92b 7aa7167 f64f92b
1
2
3
4
5
6
7
#!/bin/bash echo " Initializing TestForge Environment..." python -m venv venv source venv/bin/activate pip install -r requirements.txt echo " Setup Complete. Run 'source venv/bin/activate' to start."