Skip to content

Commit 432f112

Browse files
authored
Update README.md
1 parent 7bcff6f commit 432f112

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="./logo.svg" width="150" />
22

3-
> the complementary task runner for python poetry projects
3+
> the complementary task runner for python
44
55
[![pypi](https://img.shields.io/pypi/v/taskipy?style=flat-square)](https://pypi.org/project/taskipy/)
66
[![ci](https://img.shields.io/github/workflow/status/illberoy/taskipy/Taskipy%20Test%20CI?style=flat-square)](https://github.com/illBeRoy/taskipy/actions?query=workflow%3A%22Taskipy+Test+CI%22)
@@ -21,6 +21,11 @@ You can create a task called `test` and simply run:
2121
poetry run task test
2222
```
2323

24+
Or (if you're not using poetry):
25+
```bash
26+
task test
27+
```
28+
2429
In addition, you can compose tasks and group them together, and also create dependencies between them.
2530

2631
This project is heavily inspired by npm's [run script command](https://docs.npmjs.com/cli/run-script).

0 commit comments

Comments
 (0)