judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 256 forks source link

How do you run a script that has an external dependency? #38

Closed Altareq closed 4 years ago

Altareq commented 4 years ago

For instance an external ruby gem or a node module or a pypi.

hermanzdosilovic commented 4 years ago

This is not possible in Judge0 IDE. For that you will need to run your own instance of Judge0 API that has those dependencies pre-installed. I am working on documentation on how to do this.