Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 708 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 708 Bytes

Boston House Pricing Prediction

Software and Tool Requirements

  1. Github Account
  2. HerokuAccount
  3. VSCodeIDE
  4. Gitcli

Create a new environment for the project.

... conda create -p venv python==3.11.5 -y ...

#Activate the environment conda activate venv/

#install required packages pip install -r requirements.txt

#Setting up Git git config --global user.name 'yashas' git config --global user.email '[email protected]'

  • git add .
  • git status
  • git commit -m 'This commit includes requir ements.txt and readme file'
  • git push origin main