Skip to content

Commit

Permalink
docs(template-docs): 📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbumi committed Feb 2, 2024
1 parent ce3d9b8 commit d3a4073
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The template is heavily inspired by [Pawamoy's Copier PDM](https://github.com/pa
- [ssort](https://github.com/bwhmather/ssort),
- [coverage](https://github.com/nedbat/coveragepy)
- Tests run with [pytest](https://github.com/pytest-dev/pytest) and plugins
- [Nox](https://github.com/wntrblm/nox) as task runner
- [Nox](https://github.com/wntrblm/nox) as a task runner
- All licenses from [choosealicense.com](https://choosealicense.com/appendix/)
- Support for GitHub workflows

Expand All @@ -40,7 +40,7 @@ The template is heavily inspired by [Pawamoy's Copier PDM](https://github.com/pa

### Requirements

You need `git`, `copier`, `copier-templates-extensions`, and `pdm` installed in order to use this template.
You need `git`, `copier`, `copier-templates-extensions`, and `pdm` installed to use this template.

### Starting a project

Expand Down Expand Up @@ -70,7 +70,7 @@ pdm run nox -e check_safety
pdm run nox -e lint
```

Install your project as a python package:
Install your project as a Python package:

```bash
pip install -U git+https://yourgit.example/project
Expand Down

0 comments on commit d3a4073

Please # to comment.