Skip to content

Commit 2880fb2

Browse files
authoredDec 27, 2019
Update README.md
1 parent 1784545 commit 2880fb2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,17 @@ There are some usage examples on the [Repport], but, to start:
2222

2323
1- Install [RabbitMQ] and run a server on localhost.
2424

25-
2- Launch a node:
25+
2- Install dependecies
26+
```sh
27+
pip3 install -r requirements.txt
28+
```
29+
30+
3- Launch a node:
2631
```sh
2732
python node.py
2833
```
2934

30-
3- Broadcast request message:
35+
4- Broadcast request message:
3136

3237
After the node is connected, type a integer x to create a request of x seconds.
3338

@@ -49,4 +54,4 @@ This implementation has the following limitations, that may be respected to avoi
4954
To hide debug logs so the terminal only shows the critical section being used, open node.py and change the global constant DEBUG to False.
5055

5156
[Repport]: <https://drive.google.com/open?id=1IJca8i3aw37f202tzBq5syTYBI5Qfsq1QPfp_DXd6BA>
52-
[RabbitMQ]: <https://www.rabbitmq.com/>
57+
[RabbitMQ]: <https://www.rabbitmq.com/>

0 commit comments

Comments
 (0)