Site updated at 2017-01-21 20:41:17 UTC
This commit is contained in:
parent
5e076bae40
commit
cccea22492
23 changed files with 41 additions and 40 deletions
|
@ -222,13 +222,14 @@
|
|||
<span class="gp">homeassistant@homeassistant:/root$ </span><span class="nb">cd</span> /srv/homeassistant/homeassistant_venv/
|
||||
<span class="gp">homeassistant@homeassistant:/srv/homeassistant/homeassistant_venv$ </span><span class="nb">source </span>bin/activate
|
||||
<span class="o">(</span>homeassistant_venv<span class="o">)</span> homeassistant@homeassistant:/srv/homeassistant/homeassistant_venv<span class="nv">$ </span>pip3 install pymysql
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<span class="c">### <a class='title-link' name='postgresql' href='#postgresql'></a> PostgreSQL </span>
|
||||
<h3><a class="title-link" name="postgresql" href="#postgresql"></a> PostgreSQL</h3>
|
||||
|
||||
For PostgreSQL you may have to install a few dependencies:
|
||||
<p>For PostgreSQL you may have to install a few dependencies:</p>
|
||||
|
||||
<span class="sb">```</span>bash
|
||||
<span class="gp">$ </span>sudo apt-get install postgresql-server-dev-X.Y
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue