flowdriveai / flowpilot

flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines.
GNU General Public License v3.0
1.65k stars 240 forks source link

corrected install-flowpilot-desktop #28

Closed TheMinecraftGuyGuru closed 1 year ago

TheMinecraftGuyGuru commented 1 year ago

Line 43: added "sudo" as "apt-get" needs root access Line 46: added "python3-pip" as pip is used later in the script Line 46 (edit 2): added "scons" as it is used after running "pipenv shell" in the second part of the installation Line 52: added "numpy pycryptodome" as they are used by scons later Line 54: added "source ~/.bashrc" to refresh the session for the addition of "pipenv" to the PATH

Without these edits the script does not execute correctly on a fresh minimal install of Ubuntu 20.04

Steps to replicate to validate claims: follow install directions for desktop in the wiki, on a fresh install of Ubuntu 20.04 minimal or later.