From 2d4ee1f49e2321b59a6321f28d7caf43219099ca Mon Sep 17 00:00:00 2001 From: Breno Ribeiro do Valle <28983571+brenordv@users.noreply.github.com> Date: Sat, 28 May 2022 19:54:26 -0300 Subject: [PATCH] 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. --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 5e2ef174..aab63fc2 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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