Skip to content

Commit bf0e0e7

Browse files
committed
2 parents 102ff49 + be114d5 commit bf0e0e7

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.MD

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- AUTO-GENERATED FILE. DO NOT EDIT. Edit docs/README.template.MD instead. -->
2-
<!-- Generated on 2025-09-01 21:16:07 UTC -->
2+
<!-- Generated on 2025-09-01 21:33:13 UTC -->
33

44
# BAUER GROUP - NocoDB Simple Client
55

@@ -42,6 +42,19 @@ Install from PyPI using pip:
4242
pip install nocodb-simple-client
4343
```
4444

45+
Or install directly from GitHub:
46+
47+
```bash
48+
# Latest version from main branch
49+
pip install git+https://github.com/bauer-group/LIB-NocoDB_SimpleClient.git
50+
51+
# Specific version/tag
52+
pip install git+https://github.com/bauer-group/LIB-NocoDB_SimpleClient.git@v1.1.1
53+
54+
# Specific branch
55+
pip install git+https://github.com/bauer-group/LIB-NocoDB_SimpleClient.git@develop
56+
```
57+
4558
### Basic Usage
4659

4760
```python
@@ -539,4 +552,4 @@ See [CHANGELOG.md](CHANGELOG.md) for a detailed history of changes.
539552

540553
---
541554

542-
*Generated on 2025-09-01 21:16:07 UTC from [docs/README.template.MD](docs/README.template.MD)*
555+
*Generated on 2025-09-01 21:33:13 UTC from [docs/README.template.MD](docs/README.template.MD)*

0 commit comments

Comments
 (0)