-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrei Rudchenko
committed
Jan 21, 2025
1 parent
1f10d24
commit 09957c8
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
# qubership-cloud-passport-cli | ||
# Qubership cloud-passport-cli | ||
|
||
--- | ||
|
||
Open-source python library of clients used by Qubership Cloud passport module. | ||
|
||
## Installation | ||
|
||
--- | ||
|
||
- Add the following section to your dependencies to add Qubership library as a dependency in your project: | ||
``` | ||
[tool.poetry.dependencies] | ||
qubership-cloud-passport-cli = "2.3.4" | ||
``` | ||
- Or you can install it via `pip`: | ||
``` | ||
qubership-cloud-passport-cli = "2.3.4" | ||
``` |