Site updated at 2016-03-15 06:31:30 UTC

This commit is contained in:
Travis CI 2016-03-15 06:31:30 +00:00
parent 2e61b374c0
commit 3e1156b574
13 changed files with 176 additions and 168 deletions

View file

@ -124,7 +124,15 @@
<p>Make sure you have the correct dependencies installed before running the script:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ apt-get install cython3 libudev-dev python3-sphinx python3-setuptools
<div class="code"><pre>$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools
</pre></div>
</div>
</div>
<p>Make sure you have at least version 0.23 of cython.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ sudo pip3 install --upgrade cython
</pre></div>
</div>
</div>