Skip to content

Commit

Permalink
feat: add instructions for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed Jan 2, 2025
1 parent 422dcbf commit 8067019
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ dependency of your project
npm install -g @go-task/cli
```

### [pip][pip] ![][macos] ![][linux] ![][windows] ![][community]

Like npm, pip can be used as a cross-platform way to install Task
[[package](https://pypi.org/project/go-task-bin)] [[source](https://github.com/Bing-su/pip-binary-factory/tree/main/task)]:

```shell
pip install go-task-bin
```

### [WinGet][winget] ![][windows]

Task is available via the [community repository](https://github.com/microsoft/winget-pkgs) [[source](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/Task/Task)]:
Expand Down

0 comments on commit 8067019

Please sign in to comment.