Dependencies
Install Python packages
Use 3rd party Python packages in your project and pipelines.
Add Python packages to requirements.txt
At the root of your project directory, there is a file named requirements.txt
. Open this file
and add the Python package you want installed and available throughout your entire project.
For example, if your project is named demo_project
then the file will be located at
demo_project/requirements.txt
.
Example
[project_name]/requirements.txt
matplotlib
tqdm