Skip to content

Commit

Permalink
Added the link to the Python package.
Browse files Browse the repository at this point in the history
  • Loading branch information
macsnoeren committed Jul 22, 2020
1 parent e3e1031 commit 6e4d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This project provides a basic and simple peer-to-peer decentralized network clas

You can use the project to implement a peer-to-peer decentralized network application, like Bitcoin or file sharing applications. I have used this software to provide my students, during a technical introduction to Blockchain, basic functionality. So, they were able to focus on how they would like to implement the Blockchain functionality and protocols. Without some direction from my side. Some of the students have used the code base to implement their application in C# or C++ for example. That is the freedom I would like to give to everyone.

To install the package for you to use:
To install the package for you to use (https://pypi.org/project/p2pnetwork/):
````
pip install p2pnetwork
````
Expand Down

0 comments on commit 6e4d7c3

Please sign in to comment.