Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 602 Bytes

File metadata and controls

39 lines (21 loc) · 602 Bytes

Maxcoin-Pythonrpc

maxcoin-python uses setuptools for the install script. There are no dependencies apart from Python itself

This is written for Python 2

Step 1

Cloning the module

git clone https://github.com/Max-Coin/Maxcoin-Pythonrpc/

Step 2

Change Directory into Maxcoin-Pythonrpc/

cd Maxcoin-Pythonrpc/

Step 3

Build and Install the setup.py

sudo python setup.py build
sudo python setup.py install

Step 4

Check out the Example folder for examples for using the code.