Skip to content

Commit

Permalink
add pip installation
Browse files Browse the repository at this point in the history
Signed-off-by: hezko <[email protected]>
  • Loading branch information
Hezko committed Feb 10, 2025
1 parent 694f049 commit 599fda6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ In order to use the "make verify" option to validate the Python source files you
pip install flake8
```

If you don't have pip installed you can [install pip](https://phoenixnap.com/kb/how-to-install-pip-centos-7):

```
curl -O https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
```

If you dont have make installed and encounter the error "make: command not found", you can install it by running the following:

```
Expand Down

0 comments on commit 599fda6

Please sign in to comment.