We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ebe89 commit 4c3ec0eCopy full SHA for 4c3ec0e
README.md
@@ -6,6 +6,25 @@
6
7
A development kit to interact with the Frequenz development platform.
8
9
+## Quick Start
10
+
11
+We assume you are on a system with Python available. If that is not the case,
12
+please [download and install Python](https://www.python.org/downloads/) first.
13
14
+To install the SDK, you probably want to create a new virtual environment first.
15
+For example, if you use a `sh` compatible shell, you can do this:
16
17
+```sh
18
+python3 -m venv .venv
19
+. .venv/bin/activate
20
+```
21
22
+Then, just install using `pip`:
23
24
25
+python3 -m pip install frequenz-sdk
26
27
28
## Contributing
29
30
If you want to know how to build this project and contribute to it, please
0 commit comments