Site updated at 2017-09-27 09:02:21 UTC
This commit is contained in:
parent
1f4e86ffee
commit
7ae7dcb3a2
26 changed files with 65 additions and 65 deletions
|
@ -131,7 +131,7 @@
|
|||
<p class="note">
|
||||
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>The quickest way around this is to use a pre-built binary, e.g. from <a href="https://github.com/sfbahr/PyCrypto-Wheels">https://github.com/sfbahr/PyCrypto-Wheels</a></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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue