From 1932df5005e8cc07a97631827aecde99eee8f9de Mon Sep 17 00:00:00 2001 From: Hritik Vijay <7457065+Hritik14@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:40:04 +0530 Subject: [PATCH] Add venv activation --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index f41e968ee..0752fa0ce 100644 --- a/README.rst +++ b/README.rst @@ -105,6 +105,7 @@ On a Debian system, use this:: git clone https://github.com/nexB/vulnerablecode.git && cd vulnerablecode make dev envfile postgres make test + source venv/bin/activate ./manage.py import vulnerabilities.importers.nginx.NginxImporter ./manage.py improve --all make run