Metadata-Version: 1.1
Name: tipy
Version: 0.0.8
Summary: Text predictor.
Home-page: http://pypi.python.org/pypi/tipy/
Author: Mathieu Fourcroy
Author-email: mathieu.fourcroy@gmail.com
License: GPL
Description: REQUIREMENTS
        ------------
        
        tipy is written for Python 3.
        
        On debian: $ sudo apt-get install python3
        
        You will also need pip for python3 (version 1.5.4 is recommanded as it is the
        one I use).
        
        On debian: $ sudo apt-get install python3-pip=1.5.4-1
        
        In order to install tipy using the setup.py you will need the setuptools module.
        
        On debian: $ sudo apt-get install python3-setuptools
        
        The GUI require the Qt library with Python bindings.
        
        On debian: $ sudo apt-get install python3-pyqt5
        
        INSTALLATION
        ------------
        
        Install with pip3:
        
        $ sudo pip3 install tipy
        
        Install from sources:
        
        $ sudo python3 setup.py install
        
        After the installation you will need to change the owner of ~/.config/tipy.
        The directory is created during the installation, which require root permissions
        and therefore set every created file owner to root.
        Typing the following should works:
        
        $ sudo chown <your_user_name> -R ~/.config/tipy/
        
Keywords: text prediction competer keyboard
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Text Processing :: Linguistic
