Update installation instructions to fix dependency name (#549)
This commit is contained in:
parent
77cb99e3fc
commit
5bc2d72092
@ -28,7 +28,7 @@ Installing the system dependencies
|
||||
To install Sydent's dependencies on a Debian-based system, run::
|
||||
|
||||
sudo apt-get install build-essential python3-dev libffi-dev \
|
||||
sqlite3 libssl-dev python-virtualenv libxslt1-dev
|
||||
sqlite3 libssl-dev python3-virtualenv libxslt1-dev
|
||||
|
||||
From here, you can either install Sydent by using a PyPI release, or by recreating Sydent's locked runtime environment.
|
||||
|
||||
|
1
changelog.d/549.doc
Normal file
1
changelog.d/549.doc
Normal file
@ -0,0 +1 @@
|
||||
Fix installation documentation for Debian based systems.
|
Loading…
x
Reference in New Issue
Block a user