Skip to content

Commit c28852b

Browse files
committed
@mbridak updated install instructions for ubuntu 24.04
1 parent b5ffcd8 commit c28852b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ noted the minimum steps needed to install Not1MM.
244244
#### Ubuntu 22.04 LTS
245245

246246
```bash
247-
sudo apt update
248-
sudo apt upgrade
249247
sudo apt install -y python3-pip python3-numpy libxcb-cursor0 libportaudio2
250248
python3 -m pip install -U pip
251249
# Logout and back in
@@ -256,8 +254,6 @@ pip3 install not1mm
256254
#### Ubuntu 23.04
257255

258256
```bash
259-
sudo apt update
260-
sudo apt upgrade
261257
sudo apt install -y libportaudio2 pipx libxcb-cursor0
262258
pipx install not1mm
263259
pipx ensurepath
@@ -266,11 +262,9 @@ pipx ensurepath
266262
#### Ubuntu 24.04 LTS
267263

268264
```bash
269-
sudo apt update
270-
sudo apt upgrade
271-
sudo apt install -y libportaudio2 pyqt6-dev-tools python3-pip
272-
pip install --break-system-packages not1mm
273-
source .profile
265+
sudo apt install -y pipx libportaudio2 libxcb-cursor0
266+
pipx install not1mm
267+
pipx ensurepath
274268
```
275269

276270
</details>

0 commit comments

Comments
 (0)