Skip to content

Commit

Permalink
Add info how to setup project (#15)
Browse files Browse the repository at this point in the history
* Add info how to install

* update

* console

* proto
  • Loading branch information
roznawsk authored Nov 13, 2024
1 parent 20ce0fe commit 85c2b5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,22 @@ asyncio.run(test_notifier())
# Received a notification: ServerMessageRoomCreated(room_id='69a3fd1a-6a4d-47bc-ae54-0c72b0d05e29')
```

## Local development

The project is managed using [poetry](https://python-poetry.org/). Make sure to have it installed first.

Then install the dependencies
```console
poetry install
```

## Generating protobuf

To generate Python protobuf definitions run
```console
poetry run ./compile_proto.sh
```

## Testing

You can test the SDK by running
Expand Down

0 comments on commit 85c2b5e

Please sign in to comment.