Fix lxml and update README

lxml requires an apt-installed package to work.
I've also mentioned in README that Pipfile
is now pi-specific.
This commit is contained in:
Richard Bowman 2023-04-06 16:03:20 +01:00
parent d0aad6633c
commit a95baee25f
2 changed files with 7 additions and 3 deletions

View file

@ -11,7 +11,7 @@ stages:
retry: 1
before_script:
- apt-get update
- apt-get install python3 python3-pip python3-venv
- apt-get install python3 python3-pip python3-venv libxslt1.1
- python3 -m venv .venv # NB this does not overwrite an existing cached venv
- source .venv/bin/activate
- pip install pipenv # Should be cached after first run