Seattle House Pricing Prediction Software And Tools Requirements GitHub Account VS CODE IDE Heroku Account Git CLI Create A New Environment conda create -p venv python==3.11.7 -y Activate The Environment conda activate venv/ Installing The Required Libraries pip install -r requirements.txt