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

Commit c78633b

Browse files
committed
Fixed some issue before release v3.5
1 parent 6d4594a commit c78633b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ $ git clone [email protected]:agusmakmun/Django-Blog-Python-Learning.git
4444
> If you getting an error, `error: command 'i686-linux-gnu-gcc' failed with exit status 1`
4545
> please install first the python3-dev
4646
> using command `sudo apt-get install python3-dev` for all-deb, or use different method.
47-
> This probelm specialy for `pip3 install psycopg2`.
47+
> This probelm specialy for `pip3 install psycopg2`.
4848
> For more, please checkout this answer: http://stackoverflow.com/a/11094752/6396981
4949
5050
```
51-
$ pip3 install -r requirements.txt
51+
$ pip install -r requirements.txt
5252
```
5353

5454
**4. Database migrations**

0 commit comments

Comments
 (0)