File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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+ <!-- [](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
4545Alternatively, you can clone the repository and install dependencies and an editable installation of ` python-project-template-AS ` with:
You can’t perform that action at this time.
0 commit comments