File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff 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
249247sudo apt install -y python3-pip python3-numpy libxcb-cursor0 libportaudio2
250248python3 -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
261257sudo apt install -y libportaudio2 pipx libxcb-cursor0
262258pipx install not1mm
263259pipx 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 >
You can’t perform that action at this time.
0 commit comments