mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Make Python README a bit more descriptive
Adding in a little more text to help the reader better understand what this module is, its prereqs, and point to the demo app as an example how an app is structured.
This commit is contained in:
parent
b931a5b87e
commit
69cb0beb36
@ -1,4 +1,9 @@
|
|||||||
# Veilid Bindings for Python
|
# Veilid Bindings for Python
|
||||||
|
Create an application in Python using the distributed [Veilid](https://veilid.com) framework for app-to-app communication.
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
* A headless Veilid node must be installed on the same host as the Python application. Install instructions can be found [here](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md)
|
||||||
|
* Veilid Python makes heavy use of async and other bleeding edge functions requiring Python version >= 3.11.4
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -23,3 +28,6 @@ To update schema for validation with the latest copy from a running `veilid-serv
|
|||||||
```
|
```
|
||||||
./update_schema.sh
|
./update_schema.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Basic Veilid App Setup
|
||||||
|
A demo chat application is available to review [here](https://gitlab.com/veilid/python-demo).
|
Loading…
Reference in New Issue
Block a user