Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlistairCurd committed Mar 13, 2024
1 parent 30a9519 commit 4a8db98
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down

0 comments on commit 4a8db98

Please sign in to comment.