Update the INSTALL file, and add a point about Cython.
This commit is contained in:
parent
75ba283572
commit
55be23a6da
1 changed files with 3 additions and 2 deletions
5
INSTALL
5
INSTALL
|
@ -1,5 +1,6 @@
|
|||
Pre-requisites:
|
||||
- Python 3.1 or 2.6
|
||||
- Python 3.4
|
||||
- Cython 0.22 and libidn, optionally (making JID faster by compiling the stringprep module)
|
||||
|
||||
Install:
|
||||
> python3 setup.py install
|
||||
|
@ -9,4 +10,4 @@ Root install:
|
|||
|
||||
To test:
|
||||
> cd examples
|
||||
> python echo_client.py -v -j [USER@example.com] -p [PASSWORD]
|
||||
> python3 echo_client.py -d -j [USER@example.com] -p [PASSWORD]
|
||||
|
|
Loading…
Reference in a new issue