From 3a27c440e23a920bd0e704467efa128e670bfc27 Mon Sep 17 00:00:00 2001 From: David Marx Date: Sat, 14 Apr 2018 20:19:38 -0700 Subject: [PATCH] Updated installation instructions to reflect availability on PyPi. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cb898c9..4b34eae 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Installation .. code-block:: bash - pip install -e git+git://github.com/dmarx/psaw.git + pip install psaw At present, only python 3 is supported.