File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 'text' : 'install system packages necessary for autopilot Pilots? (required if they arent already)' ,
5050 'commands' : [
5151 "sudo apt-get update" ,
52- "sudo apt-get install -y build-essential cmake git python3-dev libatlas-base-dev libsamplerate0-dev libsndfile1-dev libreadline-dev libasound-dev i2c-tools libportmidi-dev liblo-dev libhdf5-dev libzmq -dev libffi-dev" ,
52+ "sudo apt-get install -y build-essential cmake git python3-dev libatlas-base-dev libsamplerate0-dev libsndfile1-dev libreadline-dev libasound-dev i2c-tools libportmidi-dev liblo-dev libhdf5-dev libzmq3 -dev libffi-dev" ,
5353 ]
5454 },
5555 'env_terminal' : {
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ in the guided installation of Autopilot. (``python -m autopilot.setup.run_script
6161 libportmidi-dev \
6262 liblo-dev \
6363 libhdf5-dev \
64- libzmq -dev \
64+ libzmq3 -dev \
6565 libffi-dev
6666
6767
You can’t perform that action at this time.
0 commit comments