]> kaliko git repositories - mpd-sima.git/blobdiff - doc/source/user/00_install.rst
Remove vinstall.py
[mpd-sima.git] / doc / source / user / 00_install.rst
index 703b8dba1acc7f6baabe0297de679f39d68d85c6..202f1a68bcfc7da6368f3a3d789695062b82a6b2 100644 (file)
@@ -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