Skip to content

Commit e160123

Browse files
committed
Include pip / uv installation steps in README
And also update changelog for #1018
1 parent 5a9152d commit e160123

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Fixed semicolon removed after a statement ending with an if-expression leading to ambiguous syntax when the next line begins with parentheses ([#1010](https://github.com/JohnnyMorganz/StyLua/issues/1010))
2424
- Luau: Fixed malformed formatting when there is a comment after a type specifier in a local assignment ([#995](https://github.com/JohnnyMorganz/StyLua/issues/995))
2525
- Luau: Fixed long type union formatted onto a single line if there is a comment in between the equals sign and the type union in a type declaration ([#1007](https://github.com/JohnnyMorganz/StyLua/issues/1007))
26+
- Fixed StyLua installation via pip / uv for Windows ([#1018](https://github.com/JohnnyMorganz/StyLua/pull/1018))
2627

2728
## [2.1.0] - 2025-04-21
2829

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ StyLua is available on macOS via the [Homebrew](https://brew.sh) package manager
9595
brew install stylua
9696
```
9797

98+
### pip / uv
99+
100+
You can install StyLua using pip / uv, by passing in the git repository as the archive URL
101+
102+
```sh
103+
pip install git+https://github.com/johnnymorganz/stylua
104+
uv tool install git+https://github.com/johnnymorganz/stylua
105+
```
106+
98107
### Other Installation Methods
99108

100109
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua)

0 commit comments

Comments
 (0)