You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-20
Original file line number
Diff line number
Diff line change
@@ -31,26 +31,6 @@ This project is seriously under construction! Please let me know if you want to
31
31
32
32
## Installing and running the app
33
33
34
-
***Windows only**
35
-
36
-
On Windows you will need to manually download and install the wheel for libxml2.
37
-
38
-
From the [Unofficial Windows Binaries for Python Extension Packages page](https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml) download lxml 4.9 for your version of Python and OS version. For example, if you are using 64-bit Windows with Python 3.11, download `lxml‑4.9.0‑cp311‑cp311‑win_amd64.whl`.
39
-
40
-
Install this using `pip`:
41
-
42
-
```bash
43
-
pip install <path to download>\<file name>
44
-
```
45
-
46
-
For example, if you are using 64-bit Windows with Python 3.11 and downloaded it to `c:\temp`, you would run:
0 commit comments