summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-08-29 11:53:24 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-08-29 11:53:24 -0500
commit204e59b209b6f9663ab6a7e1b0b49fef6cf2b121 (patch)
tree6eefb9086e51468958b17c2d81f3d81da19ae6ad
parent202443f9ace8b8aba933ba2041d65eed3fb02e2f (diff)
Coinfetch is no longer a script
-rw-r--r--INSTALL13
1 files changed, 8 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index c5b8d2d..702b32a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,17 +1,20 @@
Satisfying Dependencies
-----------------------
-This script requires Python 3 and the Python 3 Requests library.
+This program requires Python 3 and the Python 3 Requests library.
You can download Python at: http://www.python.org
You can download Python Requests at: http://python-requests.org
-Installing the Script
----------------------
+Installing Coinfetch
+--------------------
-This script can be installed using the Python build process.
+Coinfetch can be installed using the Python build process.
# python3 setup.py install
-You must have the Python 3 setuptools module installed on your system.
+You should have the Python 3 setuptools module installed on your system. If
+not, distutils will be used instead. If unexpected behavior occurs using
+distutils, install setuptools. The distutils module is not supported by
+Delwink.