cancel
Showing results for 
Search instead for 
Did you mean: 

Install python libraries in the cloud

RADSr
Captain
Captain

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?     

RADSr_0-1648046769306.png

 

-- IncortaOne@PMsquare.com --
2 REPLIES 2

dylanwan
Employee
Employee

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>

 

 

JoeM
Community Manager
Community Manager

@RADSr - I understand it to be the same as you.  The '==' is a specifier for the library version if you want to install.