Skip to content

Commit c59fa66

Browse files
committed
Update README for v1.0.0
1 parent 8483d13 commit c59fa66

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
@@ -9,17 +9,17 @@ Start with a fresh python virtual environment:
99
```bash
1010
python -m venv geneml
1111
. geneml/bin/activate
12-
# Now install the latest release from TestPyPI:
13-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple geneml
12+
# Now install the latest release from PyPI:
13+
pip install geneml
1414
```
1515

1616
### Using conda
1717
Or use a conda environment:
1818
```bash
1919
conda create -n geneml -c conda-forge python=3.13 pip
2020
conda activate geneml
21-
# Now install the latest release from TestPyPI:
22-
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple geneml
21+
# Now install the latest release from PyPI:
22+
pip install geneml
2323
```
2424

2525
### Directly from the repo
@@ -93,7 +93,7 @@ usage: geneml [-h] [--version] [-o OUTPUT] [-g GENES] [-p PROTEINS] [--gene-id-p
9393
[--exon-end-min-score EXON_END_MIN_SCORE] [--gene-candidates GENE_CANDIDATES]
9494
sequence
9595
96-
geneML 0.5.0
96+
geneML 1.0.0
9797
9898
positional arguments:
9999
sequence Sequence file in FASTA/GenBank/EMBL format.

0 commit comments

Comments
 (0)