Installation

Stable release

To install Pynunzen, run this command in your terminal:

$ pip install pynunzen

This is the preferred method to install Pynunzen, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Pynunzen can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/toirl/pynunzen

Or download the tarball:

$ curl  -OL https://github.com/toirl/pynunzen/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install

Configuration

Settings of Pynunzen are stored in a configuration file. The default location of the file is $HOME/.pynunzen.ini.

If the file is not existing it will be generated on the first start of the Pynunzen node with the following default values:

[server]
bind = *
port = 7353

[peer]
host = localhost
port = ${server:port}