Skip to content

Commit

Permalink
minor readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Jan 25, 2024
1 parent d77145e commit 3aff269
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docker/networksimulator/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Simulate a Network

> install deps
```shell
# be in the docker/networksimulator directory
cd docker/networksimulator

pip3 install -r requirements.txt
```

> run the simulated network. Replace NUM_OF_NODES with the number of nodes you want to simulate.
```shell
# be in the docker/networksimulator directory
cd docker/networksimulator

# install deps
pip3 install -r requirements.txt

# Generate the docker compose file
# Replace NUM_OF_NODES with the number of nodes you want to simulate.
python3 generate.py NUM_OF_NODES
Expand Down

0 comments on commit 3aff269

Please sign in to comment.