03-23-2022 07:52 AM
Yes - asked and awaiting support but hoping I might strike gold here first 😉
I want to add a python library in Incorta Cloud. "python" doesn't return anything in the documentation which is approximately what I know about it so .... there.
It looks like the "+New Package" option opens an editable box - remember I don't know much about this - is it that simple? I presume the "==" denotes a version?
Solved! Go to Solution.
03-23-2022 08:13 AM
Yes, your understanding is correct. Enter the name of the package name like you enter the package name in
python -m pip install <package name>
03-23-2022 08:51 AM
@RADSr - I understand it to be the same as you. The '==' is a specifier for the library version if you want to install.