1 Designed for python3 >= 3.6
3 Requires: python-musicpd [0],
6 [0] https://pypi.org/project/python-musicpd/
7 [1] http://docs.python-requests.org/
10 Virtualenv installation from source:
12 Run "python3 ./vinstall.py" from the source to generate the python virtualenv and install
15 It will setup a virtualenv within a "venv" directory (same level as vinstall.py file).
16 It should also write a shell wrapper to run mpd-sima within the virtualenv.
20 Virtualenv installation with pip:
22 python3 -m venv mpd-sima
23 ./mpd-sima/bin/pip install MPD-sima
24 ./mpd-sima/bin/mpd-sima --help