Skip to content

Commit 390defb

Browse files
committed
Update README.md
1 parent 6e7fcb9 commit 390defb

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
@@ -33,8 +33,8 @@ $ cd python-flask-mysql-template
3333

3434
Install dependencies:
3535
```
36-
$ sudo pip install Flask
37-
$ sudo pip install MySQL-python
36+
$ pip install --user Flask
37+
$ pip install --user MySQL-python
3838
```
3939

4040
Set up MySQL database, use -u -p flags to provide username and password:

0 commit comments

Comments
 (0)