Site updated at 2017-09-26 07:14:23 UTC

This commit is contained in:
Travis CI 2017-09-26 07:14:23 +00:00
parent 80847eb95a
commit b723b0750d
415 changed files with 2329 additions and 1581 deletions

View file

@ -132,7 +132,7 @@
The pycrypto library needs to be available on your platform. On a typical windows sysytem <code class="highlighter-rouge">pip install pycrypto</code> will fail, as a compiler needs to be installed first.
</p>
<p>The quickest way around this is to use a pre-built binary, e.g. from https://github.com/sfbahr/PyCrypto-Wheels</p>
<p>Be sure to get the correct 64 or 32-bit binary for your system, the full commandline will look something like the sample below for a 64-bit system:</p>
<p>Be sure to get the correct 64 or 32-bit binary for your system, the full command line will look something like the sample below for a 64-bit system:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>pip install --use-wheel --no-index --find-links<span class="o">=</span>https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win_amd64.whl pycrypto
</code></pre>
</div>