Getting started =============== 1. Step one: :doc:`install Universum `. Use ``{python} -m universum --help`` to make sure the installation was successful, and also to get the list of available :doc:`parameters `. 2. Step two: :ref:`initialize Universum ` by creating a default :doc:`configuration file ` and modifying it according to the project needs. 3. Step three: use ``{python} -m universum run`` to :ref:`check the provided configuration locally `. 4. Step four: submit a working configuration file to a VCS and pass required :doc:`parameters ` to `Universum` to work with it. 5. Configure CI, using `Universum`, on a CI server. See the following guides for :doc:`TeamCity ` or :ref:`GitHub `.