-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1af9f83
commit c629448
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,25 @@ DecCom provides an easy interface to stack modular protocols on top of each othe | |
|
||
THE PROJECT IS STILL A WORK IN PROGRESS!! ALL BINDINGS ARE SUBJECT TO CHANGE! USE AT YOUR OWN RISK! | ||
|
||
## Install | ||
|
||
You can download with **pip** | ||
|
||
```shell | ||
pip install deccom | ||
end | ||
``` | ||
|
||
or build from source: | ||
|
||
```shell | ||
git clone [email protected]:NikolayBlagoev/DecCom-Python.git | ||
cd DecCom-Python | ||
pip install . | ||
end | ||
``` | ||
|
||
|
||
## Why DecCom? | ||
|
||
Many popular frameworks for distributed applications are often overly complex, poorly maintained, or straight up not working. [IPv8](https://github.com/Tribler/py-ipv8) has an incredibly rigid structure and poor throughput. [LibP2P](https://libp2p.io/) has a tidiously slow developmental cycle and for many languages the repositories are no longer maintained. It is incredibly difficult to build your desired application on any of these. | ||
|