mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2025-06-30 14:03:24 +00:00
some source code about twisted
This commit is contained in:
32
1_7.http_proxy_server/python/Twisted-15.2.1-source/INSTALL
Normal file
32
1_7.http_proxy_server/python/Twisted-15.2.1-source/INSTALL
Normal file
@ -0,0 +1,32 @@
|
||||
Requirements
|
||||
|
||||
Python 2.6 or 2.7.
|
||||
|
||||
Zope Interface 3.6.0 or better (http://pypi.python.org/pypi/zope.interface)
|
||||
|
||||
pyOpenSSL (<http://launchpad.net/pyopenssl>) is required for any SSL APIs.
|
||||
Version 0.10 or newer is required.
|
||||
|
||||
On Windows pywin32 (<http://sourceforge.net/projects/pywin32/files/>) is
|
||||
required. Build 215 or later is highly recommended for reliable operation
|
||||
(this is already included in ActivePython).
|
||||
|
||||
If you would like to use Trial's subunit reporter, then you will need to
|
||||
install Subunit 0.0.2 or later (https://launchpad.net/subunit).
|
||||
|
||||
Installation
|
||||
|
||||
* Debian and Ubuntu
|
||||
Packages are included in the main distribution.
|
||||
|
||||
* FreeBSD, Gentoo
|
||||
Twisted is in their package repositories.
|
||||
|
||||
* Win32
|
||||
Installers are available from http://twistedmatrix.com/
|
||||
|
||||
* Other
|
||||
As with other Python packages, the standard way of installing from source
|
||||
is:
|
||||
|
||||
python setup.py install
|
Reference in New Issue
Block a user