[Imported from Trac: page Packaging, version 31]

dloss 2011-11-03 21:13:03 +00:00
parent 68d7d7a4e4
commit 9b6d3e4ace

@ -17,9 +17,9 @@ For quickstart.rst to work on your platform there *must* exist a binary .egg for
#### Creating a binary egg for PyCrypto
Just add this line to setup.py: `from setuptools import setup, Extension`
PyCrypto's `setup.py` does not support setuptools, so the `bdist_egg` target is not available out of the box. To build an egg, use the following command:
and run: `python setup.py bdist_egg`
`$ python -c "import setuptools; execfile('setup.py')" bdist_egg`
## [AdvancedInstall](AdvancedInstall)