Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed May 17, 2024
1 parent 39344b1 commit 3891967
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The idea is to have a gossip tool generating a Hall of Shame for Autonomous Syst
**Reports are being automatically generated and committed daily to this repository.**

```
% ./peering_gossip.py -h
% python3 peering_gossip.py -h
usage: peering_gossip.py [-h] [-lg ALICE_URL] [-a]
Peering Gossip - Gossiping about bad practices!
Expand All @@ -32,11 +32,11 @@ optional arguments:

### install
```
git clone [email protected]:kiraum/peering_gossip.git
python3 -m venv venv
. venv/bin/activate
pip install --no-cache-dir -U pip uv
uv pip install -r requirements.txt
% git clone [email protected]:kiraum/peering_gossip.git
% python3 -m venv venv
% . venv/bin/activate
% pip install --no-cache-dir -U pip uv
% uv pip install -r requirements.txt
```

### use it
Expand Down

0 comments on commit 3891967

Please sign in to comment.