[Imported from Trac: page Packaging, version 32]

dloss 2011-11-03 21:17:44 +00:00
parent 9b6d3e4ace
commit 53327d3df1

@ -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` `$ python -c "import setuptools; execfile('setup.py')" bdist_egg`
Detailed instructions for building a PyCrypto egg on Windows: [HowtoBuildPyCryptoOnWindows](HowtoBuildPyCryptoOnWindows).
## [AdvancedInstall](AdvancedInstall) ## [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). 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).