Using Python packages, uploading files, and more.
@compile
decorator:
Sandbox.pip_install
method to install Python packages from the PyPi registry:
Sandbox.apt_install
method to install Debian system packages:
Sandbox.upload_file
method to upload a file to a path in the sandbox:
Sandbox.upload_directory
method to upload a directory and all its contents to a path in the sandbox:
Sandbox.env
method to define plaintext environment variables: