From f35fad059c469cdb20fd3bf2168a750ad20197c0 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Wed, 29 Mar 2023 07:55:05 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c6c2d6a4..f48cf09d 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,10 @@ This is a dummy implementation of a trunk service in workflow orchestrator. The
 
 - Follow Steps 1 and 2 from here: https://workfloworchestrator.org/orchestrator-core/workshops/beginner/debian/
 - To install the orchestrator GUI, you can follow the steps 5 and 6 from the above link.
-- Clone this repo
+- Clone this repo:
 - ``pip install -r requirements.txt``
+- from the top-level directory:
+- ``pip install -e .``
 - Create ``oss-params.json``
 - Export the oss-params file: ``export OSS_PARAMS_FILENAME="/path/to/file.json"``
 - The core of workflow orchestrator can be started with ``uvicorn --host 0.0.0.0 --port 8080 main:app`` from inside the ``geant_service_orchestrator`` directory of this repo.
-- 
GitLab