Conversation
|
Tried the |
|
The |
|
Same for the |
miyamotoh
left a comment
There was a problem hiding this comment.
LGTM with some minor suggestions.
examples/Azure_example/Example.py
Outdated
| @@ -0,0 +1,125 @@ | |||
| # sample_azure_clients_functions.py | |||
There was a problem hiding this comment.
This comment should really match the containing .py filename.
| @@ -0,0 +1,18 @@ | |||
| sudo dnf install cargo cmake python3.12 python3.12-devel ncurses gcc gcc-c++ libjpeg-devel gfortran --skip-broken --nobest | |||
There was a problem hiding this comment.
I think you want -y to install these packages automatically.
examples/Azure_example/sub-test1.py
Outdated
| @@ -0,0 +1,130 @@ | |||
| # test_sample_azure_clients_functions.py | |||
There was a problem hiding this comment.
Make this comment match the filename.
| @@ -0,0 +1,18 @@ | |||
| sudo dnf install cargo cmake python3.12 python3.12-devel ncurses gcc gcc-c++ libjpeg-devel gfortran --skip-broken --nobest | |||
There was a problem hiding this comment.
Consider adding -y to the command.
| @@ -0,0 +1,18 @@ | |||
| sudo dnf install cargo cmake python3.12 python3.12-devel ncurses gcc gcc-c++ libjpeg-devel gfortran --skip-broken --nobest | |||
There was a problem hiding this comment.
Consider adding -y to the command.
|
Ran the new |
Added examples for the Azure family packages , bcrypt package and black package.