.. _installation:

Installation
============

Mujpy is `python3` native, but its should work also with `python2` (open an `issue <https://github.com/RDeRenzi/mujpy/issues>`_ if not). In the following instructions for `python3` are given, it is easy to dapt to `python` instead (which defaults to python2 on most distributions). 

`Linux`_ `Windows`_ `Macos`_

Linux
-----

Python comes with most distributions. To install jupyter 

::

    python3 -m pip install --upgrade pip
    python3 -m pip install jupyter


Future: to install mujpy

::

    python3 -m pip install mujpy


(for the moment download from `git <https://github.com/RDeRenzi/mujpy/>`_ - hit the top right green Clone or Download button)
 
Windows
-------

to come

Macos
-----

to come
