Skip to content

Commit 53b768f

Browse files
Jozef VolakJozefiel
authored andcommitted
Update installation instructions for packages
1 parent 20edaa1 commit 53b768f

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

inventory/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ This package has been tested with Python 3.10.
1919
### Install the package
2020

2121
```bash
22-
pip install frinx-inventory-api
23-
```
22+
poetry add git+https://github.com/FRINXio/frinx-services-python-api.git@main#subdirectory=inventory/python
23+
```

resource-manager/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ This package has been tested with Python 3.10.
1818
### Install the package
1919

2020
```bash
21-
pip install frinx-resource-manager-api
21+
poetry add git+https://github.com/FRINXio/frinx-services-python-api.git@main#subdirectory=resource-manager/python
2222
```

schellar/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ This package has been tested with Python 3.10.
1818
### Install the package
1919

2020
```bash
21-
pip install frinx-schellar-api
21+
poetry add git+https://github.com/FRINXio/frinx-services-python-api.git@main#subdirectory=schellar/python
2222
```

topology-discovery/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ This package has been tested with Python 3.10.
1818
### Install the package
1919

2020
```bash
21-
pip install frinx-topology-discovery-api
21+
poetry add git+https://github.com/FRINXio/frinx-services-python-api.git@main#subdirectory=topology-discovery/python
2222
```

uniconfig/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ This package has been tested with Python 3.10.
1818
### Install the package
1919

2020
```bash
21-
pip install frinx-uniconfig-api
21+
poetry add git+https://github.com/FRINXio/frinx-services-python-api.git@main#subdirectory=uniconfig/python
2222
```

utils/graphql-pydantic-converter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ You can install the **GraphQL to Pydantic Transformer** package via pip:
1919

2020
```bash
2121
pip install graphql-pydantic-transformer
22+
# or
23+
poetry add git+https://github.com/FRINXio/frinx-services-python-api.git@main#subdirectory=utils/graphql-pydantic-converter
2224
```
2325

2426
## Usage

0 commit comments

Comments
 (0)