From 53327d3df10c06aba3fecab575b0102bbed092a0 Mon Sep 17 00:00:00 2001 From: dloss <> Date: Thu, 3 Nov 2011 21:17:44 +0000 Subject: [PATCH] [Imported from Trac: page Packaging, version 32] --- Packaging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packaging.md b/Packaging.md index ae3ab62..a66b66f 100644 --- a/Packaging.md +++ b/Packaging.md @@ -21,6 +21,8 @@ PyCrypto's `setup.py` does not support setuptools, so the `bdist_egg` target is `$ python -c "import setuptools; execfile('setup.py')" bdist_egg` +Detailed instructions for building a PyCrypto egg on Windows: [HowtoBuildPyCryptoOnWindows](HowtoBuildPyCryptoOnWindows). + ## [AdvancedInstall](AdvancedInstall) An alternative method to quickstart.rst is [AdvancedInstall](AdvancedInstall). This method would be appropriate for people who prefer for the setup to be done differently than the way quickstart.rst works. It is also the fallback for people who have tried quickstart.rst and it didn't work (although the fact that quickstart.rst didn't work should also be treated as a build process bug even if falling back to [AdvancedInstall](AdvancedInstall) allows the user to proceed).