updated readme
This commit is contained in:
14
README.md
14
README.md
@@ -6,12 +6,16 @@ Async element wrapper for NiceGUI with proper typing support. Create UI elements
|
||||
|
||||
Install directly from GitHub using uv or pip:
|
||||
|
||||
```bash
|
||||
# Using uv
|
||||
uv add git+https://github.com/yourusername/NiceGuiAsyncElement.git
|
||||
### Using uv
|
||||
|
||||
# Using pip
|
||||
pip install git+https://github.com/yourusername/NiceGuiAsyncElement.git
|
||||
```bash
|
||||
uv add git+https://git.project-insanity.de/gmarth/NiceGuiAsyncElement.git
|
||||
```
|
||||
|
||||
#### Using pip
|
||||
|
||||
```
|
||||
pip install git+https://git.project-insanity.de/gmarth/NiceGuiAsyncElement.git
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user