Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Feb 9, 2024
1 parent 6b00417 commit 2b0be5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 1.0.2-82-g89dd40b
_commit: 1.0.2-85-gded241c
_src_path: gh:DiamondLightSource/python-copier-template
author_email: tom.cobb@diamond.ac.uk
author_name: Tom Cobb
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![CI](https://github.com/DiamondLightSource/python-copier-template-example/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/python-copier-template-example/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/DiamondLightSource/python-copier-template-example/branch/master/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/python-copier-template-example)
[![PyPI](https://img.shields.io/pypi/v/.svg)](https://pypi.org/project/)
[![Coverage](https://codecov.io/gh/DiamondLightSource/python-copier-template-example/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/python-copier-template-example)
[![PyPI](https://img.shields.io/pypi/v/dls-python-copier-template-example.svg)](https://pypi.org/project/dls-python-copier-template-example)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# python_copier_template_example
Expand All @@ -10,7 +10,7 @@ how it does it, and why people should use it.

Source | <https://github.com/DiamondLightSource/python-copier-template-example>
:---: | :---:
PyPI | `pip install `
PyPI | `pip install dls-python-copier-template-example`
Documentation | <https://diamondlightsource.github.io/python-copier-template-example>
Releases | <https://github.com/DiamondLightSource/python-copier-template-example/releases>

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ source /path/to/venv/bin/activate
You can now use `pip` to install the library and its dependencies:

```
$ python3 -m pip install
$ python3 -m pip install dls-python-copier-template-example
```

If you require a feature that is not currently released you can also install
Expand Down

0 comments on commit 2b0be5e

Please sign in to comment.