Skip to content

Commit

Permalink
Merge eb3ef67 into 87f5c97
Browse files Browse the repository at this point in the history
  • Loading branch information
okraskaj committed Oct 23, 2018
2 parents 87f5c97 + eb3ef67 commit 010153d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/developerguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 010153d

Please sign in to comment.