Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions {{cookiecutter.project_slug}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,26 +76,21 @@ To run this project locally, you will need to install the prerequisites and foll
### Prerequisites

This Project depends on the following projects.
* UV
* uv
```sh
pip install --user --upgrade uv
```

* Taskipy
```sh
pip install --user --upgrade taskipy
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}
cd {{cookiecutter.project_slug}}
```
2. Install UV and taskipy
2. Install uv
```sh
pip install --user --upgrade uv taskipy
pip install --user --upgrade uv
```
3. Install requirements for development
```sh
Expand Down