Installation¶
Mujpy is python3 native, but its should work also with python2 (open an issue 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¶
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 - hit the top right green Clone or Download button)
Windows¶
to come
Macos¶
to come