Skip to content

Commit

Permalink
Suggest installing cocotb 1.x
Browse files Browse the repository at this point in the history
For the stable/1.9 branch, suggest installing cocotb 1.x in the README,
which is shown on PyPi as well.
  • Loading branch information
imphil committed Jul 8, 2024
1 parent da95fbd commit 00ed568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ The current stable version of cocotb requires:
[GHDL](https://docs.cocotb.org/en/stable/simulator_support.html#ghdl) or
[other simulator](https://docs.cocotb.org/en/stable/simulator_support.html))

After installing these dependencies, the latest stable version of cocotb can be installed with pip.
After installing these dependencies, the latest stable version 1.x of cocotb can be installed with pip.

```command
pip install cocotb
pip install 'cocotb == 1.*'
```

For more details on installation, including prerequisites,
Expand Down

0 comments on commit 00ed568

Please sign in to comment.