mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 16:03:45 +00:00
Updating windows install instructions
Updating windows installation instructions, so it is more explicit what the user need to do if they want to install PyCryptodome under Crypto and do the tests.
This commit is contained in:
parent
316d1fad8c
commit
2d4ee1f49e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Windows (from sources)
|
|||
|
||||
.. note::
|
||||
If you want to install under the ``Crypto`` package, replace
|
||||
below ``pycryptodomex`` with ``pycryptodome``.
|
||||
below ``pycryptodomex`` with ``pycryptodome``. That being the case and if you want to run the test, instead of ``Cryptodome.SelfTest``, run ``Crypto.SelfTest``.
|
||||
|
||||
Windows does not come with a C compiler like most Unix systems.
|
||||
The simplest way to compile the *PyCryptodome* extensions from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue