Skip to content

Commit

Permalink
[DOCS] pip upgrade addition
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Dec 22, 2023
1 parent 8997614 commit c76a376
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/use/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Install the latest stable version from PyPI:

Make sure to have the latest pip
```
pip install --upgrade pip
```
then

```
pip install TheengsDecoder
```
Expand All @@ -15,6 +21,11 @@ pip install scikit-build
sudo apt-get install cmake
```

Make sure to have the latest pip
```
pip install --upgrade pip
```

Then clone the repository and install the latest development version:

```
Expand Down

0 comments on commit c76a376

Please sign in to comment.