Skip to content

Installation

haskelt edited this page Feb 18, 2021 · 5 revisions

Salal requires Python version 3.6 or higher.

You can install the latest version of Salal like this:

pip install salal

Salal also requires the following two Python libraries:

Python will attempt to install them when you install Salal. However, depending on your system, you may not be able to install lxml that way, as it depends on libxml2 and libxslt, which are C libraries, not Python packages.

Clone this wiki locally