Skip to content

varunbhat/dht-p2p

Repository files navigation

Installation
===========
Change the values as required in the node.cfg

Create a virtualenv using the following command

```
virtualenv --distribute .env
```


Source the env using 

```
. .env/bin/activate
```

Install the required Dependancies listed in the requirements.txt

pip install -r requirements.txt

Once the Installation is done, the code is ready to be executed using.

```
./peer -p <portnumber>
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published