From 402dcb9b713359f6aff6864277be4aceeafdbe02 Mon Sep 17 00:00:00 2001 From: Yorgo El Moubayed <yelmoubayed@embl.fr> Date: Thu, 4 Mar 2021 05:40:23 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96eca80..8144c65 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ ### Clone the repository -git clone <repository link> +git clone https://git.embl.de/yelmoubayed/new-dp-service.git cd <repository> ### Create a virtual environment to isolate our package dependencies locally -python3 -m venv env -source env/bin/activate # On Windows use `env\Scripts\activate` +~~~ +python3 -m venv env +~~~ + +~~~ +source env/bin/activate # On Windows use `env\Scripts\activate` +~~~ ### Install Django, Django REST framework and neomodel into the virtual environment ~~~ -- GitLab