Installation ============ Installing/Upgrading From the PyPI ---------------------------------- :: $ pip install polyglot Dependencies ~~~~~~~~~~~~ polyglot depends on `numpy `__ and `libicu-dev `__, on ubuntu/debian linux distribution you can install such packages by executing the following command: .. code:: python sudo apt-get install python-numpy libicu-dev From Source ----------- polyglot is actively developed on `Github `__. You can clone the public repo: .. code:: python git clone https://github.com/aboSamoor/polyglot Or download one of the following: - `tarball `__ - `zipball `__ Once you have the source, you can install it into your site-packages with: .. code:: python python setup.py install Get the bleeding edge version ----------------------------- To get the latest development version of polyglot, run : :: $ pip install -U git+https://github.com/aboSamoor/polyglot.git@master Python ~~~~~~ polyglot supports Python >=2.7 or >=3.4.