Skip to content

Commit 5622881

Browse files
committed
Add installation instructions to README.md
1 parent b68c2b2 commit 5622881

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Python-centric web application rather than a JavaScript-based workflow. If the
1010
latter is needed, consider using the [official npm lightningcss module, parcel,
1111
or webpack](https://lightningcss.dev/docs.html) instead.
1212

13+
## Installation
14+
15+
python-lightningcss includes wheels which can be installed for most platforms
16+
using pip: `pip install lightningcss`.
17+
18+
Alternatively, python-lightningcss may be installed directly from source:
19+
`pip install git+https://github.com/pydsigner/python-lightningcss`. This will
20+
require that the Rust toolchain be installed.
21+
1322
## Usage
1423

1524
```py

0 commit comments

Comments
 (0)