Skip to content

Commit ab93987

Browse files
bkircherbegotxe
authored andcommitted
README: add Development section
1 parent f4fd2f2 commit ab93987

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,16 @@ Inside the [examples.py](examples/examples.py) file, you can see some example re
281281
- get_access_key
282282
- create_access_key
283283
- delete_access_key
284+
285+
## Development
286+
287+
Create a virtual environment with all necessary dependencies and run the tests as follows:
288+
289+
```shell
290+
$ python -m venv .venv
291+
$ source .venv/bin/activate
292+
$ python -m pip install -r dev-requirements.txt
293+
$ pytest
294+
```
295+
296+
Have fun!

0 commit comments

Comments
 (0)