Skip to content

Commit 1b6c5d8

Browse files
committed
update docs for Ubuntu install
1 parent 19c38d7 commit 1b6c5d8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/specific_installations/ubuntu_installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ title: Installing PhiloLogic4 on Ubuntu
99
- zlib1g-dev
1010
- apache2
1111
- libgdbm-dev
12-
- python3-pip
1312
- libgdbm-dev
1413
- liblz4-tool
1514
- brotli
1615
- ripgrep
1716

1817
Run the following command:
1918

20-
`sudo apt-get install libxml2-dev libxslt-dev zlib1g-dev apache2 libgdbm-dev python3-pip liblz4-tool brotli ripgrep`
19+
`sudo apt-get install libxml2-dev libxslt-dev zlib1g-dev apache2 libgdbm-dev liblz4-tool brotli ripgrep`
20+
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`
2123

2224
- Run install script inside the PhiloLogic4 directory
2325

0 commit comments

Comments
 (0)