Skip to content

Commit e1fcf31

Browse files
authored
Update README.md
1 parent b3a74e4 commit e1fcf31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ Firstly, you will need to install dependencies:
3535
pip install cookiecutter jinja2-git lice setuptools
3636
```
3737

38-
Or with [`uvx`](https://docs.astral.sh/uv/guides/tools):
38+
Then, create a project itself:
3939

4040
```bash
41-
uvx --with jinja2-git --with lice --with setuptools cookiecutter gh:wemake-services/wemake-python-package
41+
cookiecutter gh:wemake-services/wemake-python-package
4242
```
4343

44-
Then, create a project itself:
44+
Or with [`uvx`](https://docs.astral.sh/uv/guides/tools) with just a single command:
4545

4646
```bash
47-
cookiecutter gh:wemake-services/wemake-python-package
47+
uvx --with jinja2-git --with lice --with setuptools cookiecutter gh:wemake-services/wemake-python-package
4848
```
4949

5050
In order for the github actions to work smoothly (ie badge), you must, during the setup, use your github username in the `organization` field.

0 commit comments

Comments
 (0)