mirror of https://github.com/commaai/openpilot.git
parent
c264661341
commit
f98a0da179
|
@ -6,6 +6,7 @@ if ! command -v pyenv &> /dev/null; then
|
|||
echo "please install pyenv ..."
|
||||
echo "https://github.com/pyenv/pyenv-installer"
|
||||
echo "example:"
|
||||
echo "sudo apt-get update; sudo apt-get install --no-install-recommends make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev"
|
||||
echo "curl https://pyenv.run | bash"
|
||||
echo "echo 'export PYENV_ROOT=\"\$HOME/.pyenv\"' >> ~/.bashrc"
|
||||
echo "echo 'export PATH=\"\$PYENV_ROOT/bin:\$PYENV_ROOT/shims:\$PATH\"' >> ~/.bashrc"
|
||||
|
@ -30,3 +31,6 @@ echo "pip packages install ..."
|
|||
pipenv install --dev --deploy --system
|
||||
# update shims for newly installed executables (e.g. scons)
|
||||
pyenv rehash
|
||||
|
||||
echo "precommit install ..."
|
||||
pre-commit install
|
||||
|
|
Loading…
Reference in New Issue