Skip to content

Commit 1298325

Browse files
committed
Preferring pip3 instead of pip in the readme (closes #95)
1 parent ada5f7d commit 1298325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ compilation order, interpreting some compilers messages and providing some
3636
## Installation
3737

3838
```sh
39-
pip install hdl-checker --upgrade
39+
pip3 install hdl-checker --upgrade
4040
```
4141

4242
or
4343

4444
```sh
45-
pip install hdl-checker --user --upgrade
45+
pip3 install hdl-checker --user --upgrade
4646
```
4747

4848
**Note:** Make sure you can run `hdl_checker --version`, especially if using PIP

0 commit comments

Comments
 (0)