docs: remove imagemagick

This commit is contained in:
soulgalore 2024-02-13 08:23:49 +01:00
parent 9f1f4592c1
commit d5076c1fd6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ You can also install everything manually to have more control. This is what's ne
* `curl -sL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh`
* `sudo bash nodesource_setup.sh`
* `sudo apt install -y nodejs`
2. Install imagemagick and ffmpeg `sudo apt-get update -y && sudo apt-get install -y imagemagick ffmpeg`
2. Installffmpeg `sudo apt-get update -y && sudo apt-get install -y ffmpeg`
3. Install Python dependencies:
* `sudo apt-get install -y python-is-python3 python3-dev python3-pip`
* `python -m pip install pyssim OpenCV-Python Numpy scipy`