File: installation.rst

package info (click to toggle)
pyzor 1%3A1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 868 kB
  • sloc: python: 7,266; makefile: 153; sh: 28
file content (58 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Getting Pyzor
==============

Installing
-----------
The recommended and easiest way to install Pyzor is with ``pip``::

    pip install pyzor
    
In order to upgrade your Pyzor version run::
 
    pip install --upgrade pyzor


Compatibility
-------------

Pyzor is compatible with the following Python versions and implementations:

   - Python 2.6
   - Python 2.7
   - Python 3.2+
   - PyPy
   - PyPy3

Pyzor will also work on Windows. 

Downloading
------------

If you don't want to or cannot use ``pip`` to download and install Pyzor. You
can do so directly from the source::

    python setup.py install
    
You can find the latest and older versions of Pyzor on 
`PyPI <https://pypi.python.org/pypi/pyzor>`_.

Dependencies
-------------

Pyzor Client
^^^^^^^^^^^^^

If you plan on only using Pyzor to check message against our public server,
then there are no required dependencies.

Pyzor Server
^^^^^^^^^^^^^

If you want to host your own Pyzor Server then you will need an appropriate 
back-end engine. Depending on what engine you want to use you will also need 
to install the required python dependecies. Please see :ref:`server-engines`
for more details.

The Pyzor also support the `gevent library <http://www.gevent.org/>`_. If you 
want to use this feature then you will need to first install it.