Site updated at 2017-10-05 09:58:59 UTC

This commit is contained in:
Travis CI 2017-10-05 09:59:00 +00:00
parent 3bc4460e32
commit 227b6752fe
27 changed files with 66 additions and 66 deletions

View file

@ -200,7 +200,7 @@
</code></pre>
</div>
<p>For MySQL you may have to install a few dependencies. You can choose between <code class="highlighter-rouge">pymysql</code> and <code class="highlighter-rouge">mysqlclient</code>:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install libmysqlclient-dev
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install default-libmysqlclient-dev
<span class="gp">$ </span>pip3 install mysqlclient
</code></pre>
</div>