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:
parent
d0aad6633c
commit
a95baee25f
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue