Quickstart ========== This guide assumes that you are somewhat proficient with Python and know what *pip* and *virtualenv* is. Else, you should follow the :doc:`detailed instructions `. Mosaik runs on Linux, OS X and Windows. It requires `Python 3.8 `_ or higher. To install everything, you need the package manager `Pip `_ which is bundled with Python 3.8 and above. We also strongly recommend you to install everything into a `virtualenv `_. You can then install mosaik with pip: .. code-block:: bash $ pip install mosaik This provides you with the mosaik framework. There is also a simple demo scenario which may help you to get started. Please refer to our :doc:`detailed instructions ` for installation. For more information about avaiable components and example scenarios visit the :doc:`mosaik ecosystem ` page.