1 Virtualenv installation:
3 Run ./vinstall.sh to generate the python virtualenv and install requirements.
5 Default looks for python3 on the system.
6 It will setup a virtualenv within a "venv" directory (same level as vinstall.sh file).
7 It should also write a shell wrapper to run mpd-sima within the virtualenv.
11 You might specify a python3 interpreter if the binary name differs from python3:
13 PY3=/usr/bin/python ./vinstall.sh
15 You can locate the virtalenv somewhere else:
17 INSTALL_DIR=/tmp/crap_test/ ./vinstall.sh