From eb3ef67779ab8bc3d2f288a8602e77e11f1bc04f Mon Sep 17 00:00:00 2001 From: Jan Okraska Date: Tue, 23 Oct 2018 17:46:45 +0200 Subject: [PATCH] docs: virtualenv instead of mkvirtualenv (connects #106) Signed-off-by: Jan Okraska --- docs/developerguide.rst | 4 +++- docs/gettingstarted.rst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/developerguide.rst b/docs/developerguide.rst index d943a8d7..7c58f007 100644 --- a/docs/developerguide.rst +++ b/docs/developerguide.rst @@ -11,6 +11,8 @@ cloning it from GitHub, you can use: .. code-block:: console - $ mkvirtualenv reana-client-latest + $ # create new virtual environment + $ virtualenv ~/.virtualenvs/myreana + $ source ~/.virtualenvs/myreana/bin/activate $ pip install git+git://github.com/reanahub/reana-commons.git@master#egg=reana-commons $ pip install git+git://github.com/reanahub/reana-client.git@master#egg=reana-client diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 7567a0bc..21834fd5 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -12,7 +12,9 @@ environment: .. code-block:: console - $ mkvirtualenv reana-client + $ # create new virtual environment + $ virtualenv ~/.virtualenvs/myreana + $ source ~/.virtualenvs/myreana/bin/activate $ pip install reana-client Select REANA cloud