realtime.client does not export RealtimeClient #286
Labels
documentation
Improvements or additions to documentation
python
Pull requests that update Python code
Improve documentation
Link
https://github.com/supabase/realtime-py/blob/main/README.md?plain=1#L32
Describe the problem
The Readme specifies installing v2.0.0 of the realtime library, right underneath it gives some sample imports and usage. Unfortunately if you follow this your code will not compile with the error "No module named 'realtime.client'"
i.e.
pip install realtime==2.0.0 python -c "from realtime.client import RealtimeClient; print('Import succeeded')"
Describe the improvement
Update the readme with a working example
Additional context
The text was updated successfully, but these errors were encountered: