Skip to content

Commit

Permalink
updated pip installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer A Clark committed Nov 13, 2020
1 parent 71f875d commit 39439d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Check out our [documentation](https://mapsci.readthedocs.io) for more informatio
Installation
------------

Install using pip with ``pip install -i https://test.pypi.org/simple/ mapsci``
Install using pip with ``pip install mapsci``

Alternatively, download the master branch from our github page as a zip file, or clone it with git via ``git clone https://github.com/jaclark5/mapsci`` in your working directory. Install MAPSCI locally from the working directory with ``python setup.py install --user``.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Once installed, you can:
Installation
------------

Install using pip with ``pip install -i https://test.pypi.org/simple/ mapsci``
Install using pip with ``pip install mapsci``

Alternatively, download the master branch from our github page as a zip file, or clone it with git via ``git clone https://github.com/jaclark5/mapsci`` in your working directory. Install MAPSCI locally from the working directory with ``python setup.py install --user``.

0 comments on commit 39439d3

Please sign in to comment.