From 39439d3e0fc71860166f26c5c44802cfaf18caf5 Mon Sep 17 00:00:00 2001 From: Jennifer A Clark Date: Fri, 13 Nov 2020 09:54:06 -0500 Subject: [PATCH] updated pip installation instructions --- README.md | 2 +- docs/getting_started.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1863156..7c17200 100644 --- a/README.md +++ b/README.md @@ -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``. diff --git a/docs/getting_started.rst b/docs/getting_started.rst index a5fc9a7..73e3af9 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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``.