This is about installation of python/twisted based version of CheshireNet node. This should work both on POSIX systems and Windows.
- Python (http://www.python.org)
- Twisted (http://www.twistedmatrix.com)
- OpenSSL (http://www.openssl.org)
- ctypescrypto (https://github.com/vbwagner/ctypescrypto
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.