Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 588 Bytes

INSTALL.md

File metadata and controls

28 lines (18 loc) · 588 Bytes

CHESHIRENET INSTALLATION

This is about installation of python/twisted based version of CheshireNet node. This should work both on POSIX systems and Windows.

Prerequisites

  1. Python (http://www.python.org)
  2. Twisted (http://www.twistedmatrix.com)
  3. OpenSSL (http://www.openssl.org)
  4. ctypescrypto (https://github.com/vbwagner/ctypescrypto

Installation

Somewhere in future running

python setup.py install

would install everything you need. For now, it just installs python modules.

python setup.py test

runs some unittests.