File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,17 @@ For more, see the [documentation](https://docs.astral.sh/ruff/).
116
116
117
117
### Installation
118
118
119
- Install Ruff with our standalone installers:
119
+ Ruff is available as [ ` ruff ` ] ( https://pypi.org/project/ruff/ ) on PyPI:
120
+
121
+ ``` shell
122
+ # With pip.
123
+ pip install ruff
124
+
125
+ # With pipx.
126
+ pipx install ruff
127
+ ```
128
+
129
+ Starting with version ` 0.5.0 ` , Ruff can be installed with our standalone installers:
120
130
121
131
``` shell
122
132
# On macOS and Linux.
@@ -130,16 +140,6 @@ curl -LsSf https://astral.sh/ruff/0.5.0/install.sh | sh
130
140
powershell -c " irm https://astral.sh/ruff/0.5.0/install.ps1 | iex"
131
141
```
132
142
133
- Or, from [ PyPI] ( https://pypi.org/project/ruff/ ) :
134
-
135
- ``` shell
136
- # With pip.
137
- pip install ruff
138
-
139
- # With pipx.
140
- pipx install ruff
141
- ```
142
-
143
143
You can also install Ruff via [ Homebrew] ( https://formulae.brew.sh/formula/ruff ) , [ Conda] ( https://anaconda.org/conda-forge/ruff ) ,
144
144
and with [ a variety of other package managers] ( https://docs.astral.sh/ruff/installation/ ) .
145
145
You can’t perform that action at this time.
0 commit comments