piston icon indicating copy to clipboard operation
piston copied to clipboard

How to add a package in python?

Open gouseferoz opened this issue 2 years ago • 2 comments

Hi,

Is there a way to add packages to the programming languages when required? For ex: if I need the pandas package in python, can I install it? If yes, can you provide the steps of doing it?

Thank you...

gouseferoz avatar Mar 12 '22 08:03 gouseferoz

You can make PR adding the package the build step for python over here https://github.com/engineer-man/piston/blob/master/packages/python/3.9.4/build.sh#L21 or you can host your own piston with changed build.sh for that package.

dev-null-undefined avatar Mar 12 '22 08:03 dev-null-undefined

Thank you @dev-null-undefined

I am also checking how to install the required header files in the c language too, is there common documentation available out there with the instructions of how to install the language-specific packages/libs/header files?

gouseferoz avatar Mar 22 '22 18:03 gouseferoz