1
0
mirror of synced 2025-04-19 11:02:15 +03:00

Update installation instructions to fix dependency name (#549)

This commit is contained in:
Felipe Amaral 2023-09-06 08:12:51 -03:00 committed by GitHub
parent 77cb99e3fc
commit 5bc2d72092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1 @@
Fix installation documentation for Debian based systems.