Skip to content

Commit 61f8e05

Browse files
author
Saad Kadhi
committed
Use pip3
1 parent dcab2a9 commit 61f8e05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ For more details, please refer to the [full documentation](Usage.md).
2121
# Use It
2222
On macOS and Linux, type:
2323
```
24-
sudo pip install cortex4py
24+
sudo -H pip3 install cortex4py
2525
```
2626

2727
or, if you already have it, update it:
2828

2929
```
30-
sudo pip install -U cortex4py
30+
sudo -H pip3 install -U cortex4py
3131
```
3232

3333
If you are using Python on a Windows operating system, please forgo the `sudo` command.

0 commit comments

Comments
 (0)