githubEdit

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