Skip to content

Commit c6e1401

Browse files
minor fix README
1 parent 7aedc70 commit c6e1401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![CI](https://github.com/andreascaglioni/python-project-template/actions/workflows/tests.yml/badge.svg)](https://github.com/andreascaglioni/python-project-template/actions/workflows/tests.yml)
22
[![Docs](https://github.com/andreascaglioni/python-project-template/actions/workflows/docs.yml/badge.svg)](https://github.com/andreascaglioni/python-project-template/actions/workflows/docs.yml)
33
[![PyPI Version](https://img.shields.io/pypi/v/python-project-template.svg)](https://pypi.org/project/python-project-template-AS/)
4-
[![TestPyPI Version](https://img.shields.io/badge/TestPyPI-latest-informational.svg)](https://test.pypi.org/project/python-project-template-AS/)
4+
<!-- [![TestPyPI Version](https://img.shields.io/badge/TestPyPI-latest-informational.svg)](https://test.pypi.org/project/python-project-template-AS/) -->
55
[![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://www.python.org/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
77

@@ -36,10 +36,10 @@ See the [Documentation](#documentation) for a detailed list of features.
3636

3737
## Installation
3838

39-
To install the latest release from TestPyPI, use:
39+
To install the latest release from PyPI, use:
4040

4141
```bash
42-
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple python-project-template-AS
42+
pip install python-project-template-AS
4343
```
4444

4545
Alternatively, you can clone the repository and install dependencies and an editable installation of `python-project-template-AS` with:

0 commit comments

Comments
 (0)