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
{{ message }}
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
Go to the [GitHub release page](https://github.com/rpkak/sc-client-python/releases), right click to the `.whl` file of the release you want to install and click `Copy link`.
26
+
27
+
After that execute:
28
+
29
+
```
30
+
pip install [paste the link here]
31
+
```
32
+
33
+
If you want you can also download the `.whl` file and paste the local path into the command.
34
+
35
+
- Option 2: GitHub source code (unstable)
36
+
37
+
Execute:
28
38
29
-
where `tag` is the version of sc-client-python, `master` to get the latest unstable version or `latest` to get the latest stable version.
0 commit comments