Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadkhosravani1 authored Sep 24, 2020
1 parent a8238e9 commit 7c06f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To run project in development mode, Just use steps below:
```bash
git clone https://github.com/sajadkhosravani1/canadaHouse && cd canadaHouse
virtualenv -p python3 venv # Create virtualenv named venv
source build/bin/activate
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
```
Expand Down Expand Up @@ -107,4 +107,4 @@ When the train operation finished the `r2 score` of test-set estimating will be
- [x] URL dispatching
- [x] Houses list view and template
- [x] Houses estimate view and template
- [x] Home view
- [x] Home view

0 comments on commit 7c06f58

Please sign in to comment.