X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fuser%2F00_install.rst;h=202f1a68bcfc7da6368f3a3d789695062b82a6b2;hb=789124aae8798173ffa1711c4851e83b4b4f976a;hp=703b8dba1acc7f6baabe0297de679f39d68d85c6;hpb=d349434f645ebed2284c3ca4fed90f4776568686;p=mpd-sima.git diff --git a/doc/source/user/00_install.rst b/doc/source/user/00_install.rst index 703b8db..202f1a6 100644 --- a/doc/source/user/00_install.rst +++ b/doc/source/user/00_install.rst @@ -21,37 +21,4 @@ Python virtualenv # Print help message mpd-sima --help -From Source ------------ - -Virtualenv installation from source: - -Run ``python ./vinstall.py`` from the source to generate the python virtualenv and install requirements. - -It will setup a virtualenv within a "venv" directory (same level as vinstall.py file). It should also write a shell wrapper to run mpd-sima within the virtualenv. - - -.. code:: bash - - # Clone master branch - git clone -b master git@gitlab.com:kaliko/sima.git - # setup virtualenv - python ./vinstall.py - ./vmpd-sima --help - -To restart from scratch or pull latest changes - -.. code:: bash - - # Get into the local git repo (here sima directory) - cd sima - # Remove virtualenv - rm -rf ./venv - # Fetch and merge latest changes - git pull - # setup virtualenv - python ./vinstall.py - ./vmpd-sima --help - - .. vim: spell spelllang=en