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:
|
Install directly from GitHub using uv or pip:
|
||||||
|
|
||||||
```bash
|
### Using uv
|
||||||
# Using uv
|
|
||||||
uv add git+https://github.com/yourusername/NiceGuiAsyncElement.git
|
|
||||||
|
|
||||||
# Using pip
|
```bash
|
||||||
pip install git+https://github.com/yourusername/NiceGuiAsyncElement.git
|
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
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user