Site updated at 2017-04-12 10:36:30 UTC

This commit is contained in:
Travis CI 2017-04-12 10:36:30 +00:00
parent 4bd78aa177
commit ecbff75738
24 changed files with 43 additions and 38 deletions

View file

@ -78,7 +78,12 @@ Once forked, setup your local copy of the source using the commands:</p>
<h3><a class="title-link" name="prepare-your-environment" href="#prepare-your-environment"></a> Prepare Your Environment</h3>
<h4><a class="title-link" name="core-dependencies" href="#core-dependencies"></a> Core dependencies</h4>
<p>Install the core dependencies.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install python3-pip python3-dev libssl-dev
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install python3-pip python3-dev
</code></pre>
</div>
<h4><a class="title-link" name="platform-dependencies" href="#platform-dependencies"></a> Platform dependencies</h4>
<p>In order to run <code class="highlighter-rouge">script/setup</code> below you will need some more dependencies.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev
</code></pre>
</div>
<p class="note">