]> kaliko git repositories - mpd-sima.git/blob - doc/source/user/00_install.rst
202f1a68bcfc7da6368f3a3d789695062b82a6b2
[mpd-sima.git] / doc / source / user / 00_install.rst
1 Installation
2 ============
3
4 \*nix distributions
5 -------------------
6
7 Use your package manager, there are packages for Debian (and probably derivatives) and Arch via AUR.
8
9
10 Python virtualenv
11 -----------------
12
13 .. code:: bash
14
15     # create venv
16     python -m venv mpd_sima-venv
17     # activate
18     . ./mpd_sima-venv/bin/activate
19     # Install the application
20     pip install MPD_sima
21     # Print help message
22     mpd-sima --help
23
24 .. vim: spell spelllang=en