File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Teloclip provides three sub-commands:
6767
6868Teloclip 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
72721 . 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:
7676pip install teloclip
7777```
7878
79- 1 . Install from Bioconda.
79+ 2 . Install from Bioconda.
8080
8181``` bash
8282conda 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
8787This is the best way to ensure you have the latest development version.
8888
8989``` bash
9090pip 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
9595Do this if you want to edit the code.
9696
9797``` bash
9898git 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
103103Ideal for pipelines and reproducible workflows. No local Python installation required.
104104
You can’t perform that action at this time.
0 commit comments