Skip to content

Commit 5c02f9a

Browse files
committed
fix list numbering
1 parent 07d0407 commit 5c02f9a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Teloclip provides three sub-commands:
6767

6868
Teloclip requires Python >= 3.8.
6969

70-
There are 4 options available for installing Teloclip locally:
70+
There are 5 options available for installing Teloclip locally:
7171

7272
1. Install from PyPi.
7373
This or Bioconda will get you the latest stable release.
@@ -76,29 +76,29 @@ There are 4 options available for installing Teloclip locally:
7676
pip install teloclip
7777
```
7878

79-
1. Install from Bioconda.
79+
2. Install from Bioconda.
8080

8181
```bash
8282
conda install -c bioconda teloclip
8383
```
8484

85-
1. Pip install directly from this git repository.
85+
3. Pip install directly from this git repository.
8686

8787
This is the best way to ensure you have the latest development version.
8888

8989
```bash
9090
pip install git+https://github.com/Adamtaranto/teloclip.git
9191
```
9292

93-
1. Clone from this repository and install as a local Python package.
93+
4. Clone from this repository and install as a local Python package.
9494

9595
Do this if you want to edit the code.
9696

9797
```bash
9898
git clone https://github.com/Adamtaranto/teloclip.git && cd teloclip && pip install -e '.[dev]'
9999
```
100100

101-
1. Use Docker for reproducible containerized environments.
101+
5. Use Docker for reproducible containerized environments.
102102

103103
Ideal for pipelines and reproducible workflows. No local Python installation required.
104104

0 commit comments

Comments
 (0)