Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 2e6167a

Browse files
rahul-tulibfineran
andauthored
Add: Mention required python version (#476)
Co-authored-by: Benjamin Fineran <[email protected]>
1 parent 1c2c679 commit 2e6167a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/dbolya-yolact/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The techniques include, but are not limited to:
3535
We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your project dependencies isolated.
3636
A virtual environment can be created using the following commands:
3737

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

0 commit comments

Comments
 (0)