diff --git a/README.rst b/README.rst index 22b3aaa3..1a124c8b 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/changelog.d/549.doc b/changelog.d/549.doc new file mode 100644 index 00000000..e2ff70ee --- /dev/null +++ b/changelog.d/549.doc @@ -0,0 +1 @@ +Fix installation documentation for Debian based systems.