Skip to content

Commit

Permalink
Fix addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jul 15, 2019
1 parent 391df30 commit 4cdd604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Installation |pypi_version| |python_versions| |pypi_license|

.. code-block:: sh
$ python3 -m pip install git+https://github.com/ComPath/PathMe.git@master
$ python3 -m pip install git+https://github.com/PathwayMerger/PathMe.git
2. or in editable mode with:

.. code-block:: sh
$ git clone https://github.com/ComPath/PathMe.git
$ git clone https://github.com/PathwayMerger/PathMe.git
$ cd pathme
$ python3 -m pip install -e .
Expand Down

0 comments on commit 4cdd604

Please sign in to comment.