Skip to content

Commit

Permalink
Update installation instructions to fix dependency name (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeavilis authored Sep 6, 2023
1 parent 77cb99e commit 5bc2d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions changelog.d/549.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix installation documentation for Debian based systems.

0 comments on commit 5bc2d72

Please sign in to comment.