Skip to content

Commit 366598e

Browse files
authored
Removing taskipy as required installation (it is installed with [dev]) (#7)
1 parent 1686ca8 commit 366598e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

{{cookiecutter.project_slug}}/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,26 +76,21 @@ To run this project locally, you will need to install the prerequisites and foll
7676
### Prerequisites
7777

7878
This Project depends on the following projects.
79-
* UV
79+
* uv
8080
```sh
8181
pip install --user --upgrade uv
8282
```
8383

84-
* Taskipy
85-
```sh
86-
pip install --user --upgrade taskipy
87-
```
88-
8984
### Installation
9085

9186
1. Clone the repo
9287
```sh
9388
git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}
9489
cd {{cookiecutter.project_slug}}
9590
```
96-
2. Install UV and taskipy
91+
2. Install uv
9792
```sh
98-
pip install --user --upgrade uv taskipy
93+
pip install --user --upgrade uv
9994
```
10095
3. Install requirements for development
10196
```sh

0 commit comments

Comments
 (0)