Site updated at 2016-11-21 13:22:37 UTC

This commit is contained in:
Travis CI 2016-11-21 13:22:37 +00:00
parent 6453ad803e
commit 4b15c1b388
23 changed files with 44 additions and 36 deletions

View file

@ -161,6 +161,14 @@
</code></pre>
</div>
<h3><a class="title-link" name="postgresql" href="#postgresql"></a> PostGreSQL</h3>
<p>For PostGreSQL you may have to install a few dependencies:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install postgresql-server-dev-X.Y
<span class="gp">$ </span>pip3 install psycopg2
</code></pre>
</div>
</article>