summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-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.