From 64f1fbbd9bf94361d1ff135cca0a407b94394b1e Mon Sep 17 00:00:00 2001 From: Maxim Zhiltsov Date: Tue, 15 Sep 2020 18:58:21 +0300 Subject: [PATCH] Update contributing (#2183) --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afa51684..f95c2fa6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,6 @@ for development . .env/bin/activate pip install -U pip wheel setuptools pip install -r cvat/requirements/development.txt - pip install -r datumaro/requirements.txt python manage.py migrate python manage.py collectstatic ```