From 4a8db98527f86fc661e9a46338f1f0c493ce4b65 Mon Sep 17 00:00:00 2001 From: "Alistair Curd fbsacu@leeds.ac.uk" Date: Wed, 13 Mar 2024 16:46:46 +0000 Subject: [PATCH] Update README. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f52a97..5e529e5 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ The latest version was developed using Python 3.11 and Mamba on a Windows 10 sys ### Prerequisites You will need to be able to create a Python 3.11 environment, e.g. with Anaconda or Miniconda or Mamba. We recommend [Mamba](https://mamba.readthedocs.io/en/latest/)). -Also clone or download this repository. - ### Installation 1. Create a Python 3.11 environment: @@ -39,9 +37,10 @@ Also clone or download this repository. e.g., `mamba activate perpl` 3. Install perpl: - * To use without downloading this repository: `pip install perpl` - - * To use notebooks or develop: Navigate to your copy of this repository, then `pip install .` + * To use without downloading this repository: `pip install perpl` + * To use notebooks or develop: + a. Clone or download this repository + b. Navigate to your copy of this repository, then `pip install .` ### Run scripts