Skip to content

Commit

Permalink
correct download path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirl committed Nov 16, 2021
1 parent 0693278 commit cbf87b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It so far tested with **Python 3.7**.
Use the following command to install *ns-3.33* from the wheel:

```
sudo pip3 install "https://github.com/osmhpi/python-wheels/releases/latest/download/ns-3.33-cp37-cp37m-linux_x86_64.whl"
sudo pip3 install "https://github.com/osmhpi/python-wheels/releases/latest/download/ns-3.33-py3-none-linux_x86_64.whl"
```

## Troubleshooting
Expand Down

0 comments on commit cbf87b6

Please sign in to comment.