We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c38d7 commit 1b6c5d8Copy full SHA for 1b6c5d8
1 file changed
docs/specific_installations/ubuntu_installation.md
@@ -9,15 +9,17 @@ title: Installing PhiloLogic4 on Ubuntu
9
- zlib1g-dev
10
- apache2
11
- libgdbm-dev
12
- - python3-pip
13
14
- liblz4-tool
15
- brotli
16
- ripgrep
17
18
Run the following command:
19
20
- `sudo apt-get install libxml2-dev libxslt-dev zlib1g-dev apache2 libgdbm-dev python3-pip liblz4-tool brotli ripgrep`
+ `sudo apt-get install libxml2-dev libxslt-dev zlib1g-dev apache2 libgdbm-dev liblz4-tool brotli ripgrep`
+
21
+- Install pip3 (not the version from Ubuntu repos since it breaks pyproject.toml builds)
22
+ `wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py`
23
24
- Run install script inside the PhiloLogic4 directory
25
0 commit comments