Site updated at 2016-07-17 15:56:10 UTC
This commit is contained in:
parent
021b2e4d58
commit
7dcc4b1fdb
21 changed files with 41 additions and 31 deletions
|
@ -145,11 +145,21 @@ recorder:
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<p><strong>Note</strong>: For MySQL you may have to install a few dependencies: <br />
|
||||
<code>
|
||||
$ apt-get install libmysqlclient-dev
|
||||
<h2><a class="title-link" name="installation-notes" href="#installation-notes"></a> Installation notes</h2>
|
||||
|
||||
<p>Not all Python bindings for the choosen database engine can be installed directly. This section contains additional details which should help you to get it working.</p>
|
||||
|
||||
<h3><a class="title-link" name="mysql" href="#mysql"></a> MYSQL</h3>
|
||||
|
||||
<p>For MySQL you may have to install a few dependencies:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>$ sudo apt-get install libmysqlclient-dev
|
||||
$ pip3 install mysqlclient
|
||||
</code></p>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue