We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ad87f commit 8436b07Copy full SHA for 8436b07
README.md
@@ -12,7 +12,8 @@ sudo apt-get install python-pip
12
## Installing virtual environment ##
13
14
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/
+
16
+More information : http://docs.python-guide.org/en/latest/dev/virtualenvs/
17
18
### installing and using venv in ubuntu ###
19
@@ -50,6 +51,7 @@ workon [venvname]
50
51
52
## Installing mysql ##
53
54
+* sudo apt-get install libmysqlclient-dev
55
* pip install mysqlclient
56
57
0 commit comments