Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions integrations/dbolya-yolact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The techniques include, but are not limited to:
We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your project dependencies isolated.
A virtual environment can be created using the following commands:

Note: This integration needs `python>=3.7,<3.10` for it's requirements
```bash
python3 -m venv venv # create a venv virtual environment
source venv/bin/activate # activate venv
Expand Down