Skip to content

Commit cf5d115

Browse files
committed
docs: füge Installationsanweisungen für GitHub hinzu
1 parent 10a93a1 commit cf5d115

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/README.template.MD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ Install from PyPI using pip:
3939
pip install nocodb-simple-client
4040
```
4141

42+
Or install directly from GitHub:
43+
44+
```bash
45+
# Latest version from main branch
46+
pip install git+{{REPO_URL}}.git
47+
48+
# Specific version/tag
49+
pip install git+{{REPO_URL}}.git@v1.1.1
50+
51+
# Specific branch
52+
pip install git+{{REPO_URL}}.git@develop
53+
```
54+
4255
### Basic Usage
4356

4457
```python

0 commit comments

Comments
 (0)