Skip to content

Commit a7b74f4

Browse files
committed
Update installation to use a virtual environment
1 parent 709feec commit a7b74f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
Using [Bioconda](https://anaconda.org/bioconda/cstag-cli) (Recommended):
2727

2828
```bash
29-
conda install -c bioconda cstag-cli
29+
conda create -n env-cstag -c conda-forge -c bioconda python=3.10 cstag-cli -y
30+
conda activate env-cstag
3031
```
3132

3233
> [!NOTE]

0 commit comments

Comments
 (0)