Skip to content

Commit 0b63aba

Browse files
authored
docs: installation (#7)
1 parent a321da7 commit 0b63aba

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ This SDK enables you to interact with Scaleway APIs.
1111
* [Example projects](./examples)
1212
* [Developers website](https://developers.scaleway.com) (API documentation)
1313

14+
## Installation
15+
16+
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+
1432
## Getting Started
1533

1634
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

Comments
 (0)