.. _quickstart: Quickstart ========== .. _dependencies: Dependencies ------------ * python 2.7 **or** python >= 3.3 .. _installation: Installation / Update --------------------- You may install it as root to make it available to all users. .. code-block:: bash sudo pip install -e git+https://git.m-stelzer.de/knoppo/tcprocd.git .. _debugging: Debugging --------- Set log level to ``info`` or ``debug`` to get more verbose output: .. code-block:: bash tcprocd --log-level=info .. _tests: Tests ----- If you have 2 or more python interpreters installed you can test them all at once using ``pip install tox && tox`` *Or* run ``./setup.py test`` or ``python setup.py test`` to run the tests with your default/current interpreter.