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
This library was made using Python 3.8, it should work on the latest versions too.
17
+
18
+
The SDK is available in two flavors, a synchronous and an asynchronous one. Both have the same usage, only difference is that the asynchronous library has every methods set to `async`.
19
+
20
+
**Synchronous:**
21
+
22
+
```sh
23
+
pip install scaleway
24
+
```
25
+
26
+
**Asynchronous:**
27
+
28
+
```sh
29
+
pip install scaleway-async
30
+
```
31
+
14
32
## Getting Started
15
33
16
34
You'll need a pair of access and secret keys to connect to Scaleway API. Please check the [documentation](https://www.scaleway.com/docs/console/my-project/how-to/generate-api-key) on how to retrieve them.
0 commit comments