We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecae16 commit febc455Copy full SHA for febc455
installation-notes.md
@@ -7,8 +7,10 @@ In short, you need to use:
7
So, this is an important note, please read it before installing or using ShortGPT:
8
9
### 1. OS: Debian 11 x64
10
+```bash
11
sudo apt update && sudo apt upgrade
12
sudo apt install wget git libltdl-dev libjpeg-dev libpng-dev libtiff-dev libgif-dev libfreetype6-dev liblcms2-dev libxml2-dev wget build-essential libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
13
+```
14
15
### 2. Install Python version: 3.11.3
16
```bash
0 commit comments