Skip to content

Commit

Permalink
#6 fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 11, 2022
1 parent c0e2a85 commit 7d652e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,14 @@ Dev version

.. code-block:: console
pip (or pip3) install git+git://github.com/sckott/habanero.git#egg=habanero
pip install git+https://github.com/sckott/habanero.git#egg=habanero
# OR
git clone [email protected]:sckott/habanero.git
Or build it yourself locally

.. code-block:: console
git clone https://github.com/sckott/habanero.git
cd habanero
make install
Expand Down
4 changes: 2 additions & 2 deletions docs/intro/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Stable from pypi

.. code-block:: console
pip (or pip3) install habanero
pip install habanero
Development version

.. code-block:: console
pip (or pip3) install git+git://github.com/sckott/habanero.git#egg=habanero
pip install git+https://github.com/sckott/habanero.git#egg=habanero

0 comments on commit 7d652e1

Please sign in to comment.