From 55be3ba9444ffb292856cda6813d33726d7813a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= Date: Thu, 21 Nov 2019 12:20:52 +0100 Subject: [PATCH] Make venv usage more explicit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04dc8d5..8c03d55 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ for differing hierarchical linking. If you want to try this on your local machine, please take note that you will need to do the following: +### Install requirements +After setting up and activating your +[virtual environment](https://docs.python.org/3/library/venv.html), +install the requirements for the project: +``` +pip install -r requirements.txt +``` + ### Get Submodule Get the [catalogue](https://labs.onb.ac.at/gitlab/labs-team/catalogue) module by executing ``` @@ -22,9 +30,3 @@ cd catalogue git submodule init git submodule update ``` - -### Install requirements -After setting up your venv, install the requirements for the project: -``` -pip install -r requirements.txt -``` -- GitLab