From 3152bb29b684f865c6fa081ccafd451d139e0f6e Mon Sep 17 00:00:00 2001
From: pswain <peter.swain@ed.ac.uk>
Date: Tue, 7 May 2024 15:52:44 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 600ddbc..1ddd546 100644
--- a/README.md
+++ b/README.md
@@ -26,13 +26,13 @@ conda create -n alibylite python=3.10
 conda activate alibylite
  ```
 
-- Git clone alibylite, change to the alibylite directory, and use poetry to install:
+- Git clone alibylite, change to the alibylite directory with the poetry.lock file, and use poetry to install:
 
 ```bash 
 poetry install
  ```
 
-- Git clone wela, change to the wela directory, and use poetry to install:
+- Git clone wela, change to the wela directory with the poetry.lock file, and use poetry to install:
 
 ```bash 
 poetry install
-- 
GitLab