.. _quick: Quick start =========== Run a first test for Free TON smart-contracts and debots using TestSuite. .. warning:: You might need to replace *python* and *pip* with *python3* and *pip3* if you are running Linux or macOS. If you have *Python 3.6-3.10*, *pip* and *git* installed on your system, you can proceed with the following steps. - Install *tonos-ts4* package: .. code-block:: bash $ pip install tonos-ts4 - Download tutorials from GitHub: .. code-block:: bash $ git clone git@github.com:EverscaleGuild/TestSuite.git - ... and run the tutorials: .. code-block:: bash $ cd TestSuite/tutorials $ python tutorial01_getters.py .. tip:: The full list of available tutorials can be found :doc:`here <../tutorials>`