]> kaliko git repositories - mpd-sima.git/blob - INSTALL
Cleanup some imports
[mpd-sima.git] / INSTALL
1 Designed for python3 >= 3.6
2
3 Requires: python-musicpd [0],
4           requests [1]
5
6         [0] https://pypi.org/project/python-musicpd/
7         [1] http://docs.python-requests.org/
8
9
10 Virtualenv installation from source:
11
12         Run "python3 ./vinstall.py" from the source to generate the python virtualenv and install
13         requirements.
14
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.
17
18                 ./vmpd-sima --help
19
20 Virtualenv installation with pip:
21
22         python3 -m venv mpd-sima
23         ./mpd-sima/bin/pip install MPD-sima
24         ./mpd-sima/bin/mpd-sima --help