Part 3 β€” Site Packages [Customize your app]

In Supervisely applications, we have provided the ability to add site-packages.

Table of content

Step 1 β€” Create requirements.txt file in application root

requirements.txt

Step 2 β€” Add a list of all required libraries with versions

requirements.txt

Step 3 β€” Add library to code

src/main.py

Step 4 β€” Results

Site packages

Last updated

Was this helpful?