============
INSTALLATION
============


LINUX
-----

Download the file tkbak-x.y.z.tar.gz or tabak-x.y.z.zip and unzip:
    for tar.gz:
        - tar zxfv tkbak-x.y.z.tar.gz
        - cd  tkbak-x.y.z
        - As root python3 setup.py install

    for zip:
        - unzip  tabak-x.y.z.zip
        - cd  tkbak-x.y.z
        - As root python3 setup.py install


WINDOWS
-------

Download the file tabak-x.y.z.zip and unzip:
        - unzip  tabak-x.y.z.zip
        - cd  tkbak-x.y.z
        - py -3 setup.py install or C:\Python3.x\python.exe setup.py install
        - You can also use the graphical installer (Run it as administrator.)


Both Platforms
--------------

    pip install tkbak -i https://testpypi.python.org/pypi as root or administrator. 
    (In the feature, when the application become stable, the keyword -i will disappear.)
