7 Use your package manager, there are packages for Debian (and probably derivatives) and Arch via AUR.
16 python -m venv mpd_sima-venv
18 . ./mpd_sima-venv/bin/activate
19 # Install the application
27 Virtualenv installation from source:
29 Run ``python ./vinstall.py`` from the source to generate the python virtualenv and install requirements.
31 It will setup a virtualenv within a "venv" directory (same level as vinstall.py file). It should also write a shell wrapper to run mpd-sima within the virtualenv.
37 git clone -b master git@gitlab.com:kaliko/sima.git
42 To restart from scratch or pull latest changes
46 # Get into the local git repo (here sima directory)
50 # Fetch and merge latest changes
57 .. vim: spell spelllang=en