Skip to content

Commit

Permalink
chore: make some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 17, 2024
1 parent 5c177cf commit 6f65d8d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions template/py/{{cookiecutter.project_slug}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,7 @@ To set up the development environment:

- Using `pipx`
```bash
# you can use `pipx`
pipx install uv ruff hatch

# or
# Firstly, install `uv` (macOS and Linux)
curl -LsSf https://astral.sh/uv/install.sh | sh
# (Windows)
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

# Then
uv tool install ruff
uv tool install hatch
```
- Using `uv`
```bash
Expand Down

0 comments on commit 6f65d8d

Please sign in to comment.