File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
topology-discovery/python
utils/graphql-pydantic-converter Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff 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+ ```
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ You can install the **GraphQL to Pydantic Transformer** package via pip:
1919
2020``` bash
2121pip 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
You can’t perform that action at this time.
0 commit comments