]> kaliko git repositories - mpd-sima.git/blob - INSTALL
Improved virtualenv install helper
[mpd-sima.git] / INSTALL
1 Virtualenv installation:
2
3 Run ./vinstall.sh to generate the python virtualenv and install requirements.
4
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.
8
9         ./vmpd-sima --help
10
11 You might specify a python3 interpreter if the binary name differs from python3:
12
13     PY3=/usr/bin/python ./vinstall.sh
14
15 You can locate the virtalenv somewhere else:
16
17     INSTALL_DIR=/tmp/crap_test/ ./vinstall.sh