You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,13 @@ This allows you to use any services that the SDK offers.
29
29
30
30
31
31
## Installation from source
32
+
For an installation from source `poetry` is required.
33
+
It can be installed with the following command:
34
+
```bash
35
+
pip install poetry
36
+
```
32
37
33
-
You can also install the packages from source by replacing the package-name by the path to the code.
34
-
The path can be local, but can also point to a git-repository. For an installation using local code from the root folder of the repository this can look like the following:
38
+
In order to install the code from source you have to execute the following code:
0 commit comments