piston
piston copied to clipboard
How to add a package in python?
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...
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.
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?