.. _quickstart: ================= Quick Start Guide ================= ********************************* Get running in 5 minutes or less! ********************************* #. Clone our Demo Application for the quickest of starts. * Take a look at our `Demo Application `_ to get up and running in under 5 minutes. #. Sermos.yaml * The demo contains a ``sermos.yaml`` file, which is a configuration file that tells Sermos how to build your application (which API endpoints to build, what workers exist, etc.). #. Contact Us * Contact `sermos@rho.ai `_ to get your demo deployment up and running! Prerequisites ############# #. Python codebase * Ensure your codebase is `a valid Python package `_ #. Python Environment * Ensure your local machine has a valid Python environment. We recommend using `pyenv `_ for your python executables and `virtualenv `_ to isolate your environments.