We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68c2b2 commit 5622881Copy full SHA for 5622881
README.md
@@ -10,6 +10,15 @@ Python-centric web application rather than a JavaScript-based workflow. If the
10
latter is needed, consider using the [official npm lightningcss module, parcel,
11
or webpack](https://lightningcss.dev/docs.html) instead.
12
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
22
## Usage
23
24
```py
0 commit comments