Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Commit

Permalink
Fixed some issue before release v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agusmakmun committed Sep 24, 2016
1 parent 6d4594a commit c78633b
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 @@ -44,11 +44,11 @@ $ git clone git@github.com:agusmakmun/Django-Blog-Python-Learning.git
> If you getting an error, `error: command 'i686-linux-gnu-gcc' failed with exit status 1`
> please install first the python3-dev
> using command `sudo apt-get install python3-dev` for all-deb, or use different method.
> This probelm specialy for `pip3 install psycopg2`.
> This probelm specialy for `pip3 install psycopg2`.
> For more, please checkout this answer: http://stackoverflow.com/a/11094752/6396981
```
$ pip3 install -r requirements.txt
$ pip install -r requirements.txt
```

**4. Database migrations**
Expand Down

0 comments on commit c78633b

Please sign in to comment.