Skip to content

Commit 6e4d7c3

Browse files
committed
Added the link to the Python package.
1 parent e3e1031 commit 6e4d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This project provides a basic and simple peer-to-peer decentralized network clas
33

44
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.
55

6-
To install the package for you to use:
6+
To install the package for you to use (https://pypi.org/project/p2pnetwork/):
77
````
88
pip install p2pnetwork
99
````

0 commit comments

Comments
 (0)