Skip to content

Commit 8436b07

Browse files
committed
README.md edited online with Bitbucket
1 parent 72ad87f commit 8436b07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ sudo apt-get install python-pip
1212
## Installing virtual environment ##
1313

1414
we are using python venv , so we can keep all the project dependencies in a single virtual machine.
15-
http://docs.python-guide.org/en/latest/dev/virtualenvs/
15+
16+
More information : http://docs.python-guide.org/en/latest/dev/virtualenvs/
1617

1718
### installing and using venv in ubuntu ###
1819

@@ -50,6 +51,7 @@ workon [venvname]
5051

5152
## Installing mysql ##
5253

54+
* sudo apt-get install libmysqlclient-dev
5355
* pip install mysqlclient
5456

5557

0 commit comments

Comments
 (0)