Skip to content

Commit

Permalink
Fix link to home-page on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaavedra authored and davidsanfal committed May 16, 2018
1 parent a580fcf commit f559df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use a git-based URL in a pip installation:

.. code-block:: console
$ pip install git+https://github.com/openshine/python_esqb.git#egg=esqb
$ pip install git+https://github.com/openshine/python-esqb.git#egg=esqb
From sources
Expand All @@ -24,7 +24,7 @@ First, clone the repository:

.. code-block:: console
$ git clone https://github.com/openshine/python_esqb.git
$ git clone https://github.com/openshine/python-esqb.git
Once you have a copy of the source, you can install it with:

Expand All @@ -33,4 +33,4 @@ Once you have a copy of the source, you can install it with:
$ pip install -e .
.. _GitHub repo: https://github.com/openshine/python_esqb
.. _GitHub repo: https://github.com/openshine/python-esqb

0 comments on commit f559df7

Please sign in to comment.