Add packages to your Environment and manage package versions.
- Package dependency files
-
Use
requirements.txt
orinstall.R
to install packages to your Environment every time you start an execution. - Preload Environment packages
-
Use Dockerfile Instructions to install packages to your Environment permanently with quick execution times.
- Use requirements.txt
-
Specify additional dependencies, you can add a pip requirements file named
requirements.txt
to the root of your project folder. (This is for Python only.)