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:
Breno Ribeiro do Valle 2022-05-28 19:54:26 -03:00 committed by Helder Eijs
parent 316d1fad8c
commit 2d4ee1f49e

View file

@ -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