Skip to content

Commit 56937e0

Browse files
committed
feat(qaas): add makefile
1 parent ff90fed commit 56937e0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,25 @@ while session.status == "starting":
3737
client.delete_session(session.id)
3838
```
3939

40-
## Development
40+
## Development and contribution
4141
This repository is at its early stage and is still in active development. If you are looking for a way to contribute please read [CONTRIBUTING.md](CONTRIBUTING.md).
4242

43+
### Install dev package
44+
To install necessary packages for contribution development, please install via:
45+
46+
```bash
47+
make install
48+
```
49+
50+
### Code generation
51+
We use open API format (in [openapi/ folder](openapi)) and generate client version manually.
52+
53+
Here how to generate the `v1alpha1` version:
54+
55+
```bash
56+
make v1alpha1
57+
```
58+
4359
## Reach us
4460
We love feedback. Feel free to reach us on [Scaleway Slack community](https://slack.scaleway.com/), we are waiting for you on [#opensource](https://scaleway-community.slack.com/app_redirect?channel=opensource)..
4561

0 commit comments

Comments
 (0)