summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 702b32ade27ae4af02c4b3f6b4d57b2ae819a3c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Satisfying Dependencies
-----------------------

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 Coinfetch
--------------------

Coinfetch can be installed using the Python build process.

    # python3 setup.py install

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.