Browse Source
root/rtmpy/trunk/INSTALL.txt
Revision 227, 0.6 KB (checked in by thijs, 10 months ago)

Updating install text

Line 
1====================
2 Installing RTMPy
3====================
4
5:Web-Site: http://rtmpy.org
6
7.. contents::
8
9
10Pre-requisites
11----------------
12
13The following software packages are pre-requisites:
14
15- **Python 2.3 or newer**
16- **Twisted 2.5 or newer**
17- **PyAMF 0.1 or newer**
18- **PyWin32 b210 or newer** (for Windows only)
19
20Installing
21-------------------------------------------------
22
23::
24
25    $ tar zxf RTMPy-<version>.tar.gz
26    $ cd RTMPy-<version>
27    $ python setup.py build
28    $ python setup.py install
29
30If you have installed setuptools you can also optionally run tests like this:
31
32    $ python setup.py test
33