Boston-House-Pricing Software and Tools Requirements Github Account Heroku Account VS Code IDE Git CLI Create a new environment USING CMD conda create -p venv python==3.7 -y conda activate venv/ pip install -r requirements.txt