Skip to content

Commit de47d5a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/specific_installations/ubuntu_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: Installing PhiloLogic4 on Ubuntu
1818

1919
`sudo apt-get install libxml2-dev libxslt-dev zlib1g-dev apache2 libgdbm-dev liblz4-tool brotli ripgrep`
2020

21-
- Install pip3 (not the version from Ubuntu repos since it breaks pyproject.toml builds)
21+
- Install pip3 (not the version from Ubuntu repos since it breaks pyproject.toml builds). First delete the python3-setuptools Ubuntu package if present: `sudo apt purge python3-setuptools`, then run:
2222
`wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py`
2323

2424
- Run install script inside the PhiloLogic4 directory

0 commit comments

Comments
 (0)