Skip to content

Commit 6c066a4

Browse files
committed
Add a link to the official pip installation instructions
`pip` doesn't come installed by default in some systems, so it's better to link to the official instructions to install it. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 634cd50 commit 6c066a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ python3 -m venv .venv
4949

5050
This will create the virtual environment and activate it automatically for you.
5151

52-
Now you can install the SDK by using `pip`:
52+
Now you can install the SDK by using `pip` (if you don't have `pip` installed
53+
you can follow [the official
54+
instructions](https://pip.pypa.io/en/stable/installation/)):
5355

5456
```sh
5557
python3 -m pip install frequenz-sdk
@@ -63,5 +65,5 @@ $ python3
6365
Python 3.11.4 (main, Jun 7 2023, 10:13:09) [GCC 12.2.0] on linux
6466
Type "help", "copyright", "credits" or "license" for more information.
6567
>>> import frequenz.sdk
66-
>>>
68+
>>>
6769
```

0 commit comments

Comments
 (0)