Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tiny issue in the documentation for venv #54

Closed
snail59 opened this issue Jun 6, 2020 · 1 comment
Closed

tiny issue in the documentation for venv #54

snail59 opened this issue Jun 6, 2020 · 1 comment

Comments

@snail59
Copy link

snail59 commented Jun 6, 2020

the documentation reads :

sudo apt-get install \
       python3 python3-dev python3-setuptools python3-pip python3-venv \
       git build-essential libatlas-base-dev swig portaudio19-dev
       supervisor mosquitto sox alsa-utils libgfortran4 \
       espeak flite libttspico-utils \
       perl curl patchelf ca-certificates

A backslash is missing on the third line ie:
git build-essential libatlas-base-dev swig portaudio19-dev <<<<<< HERE

The command becomes

sudo apt-get install \
       python3 python3-dev python3-setuptools python3-pip python3-venv \
       git build-essential libatlas-base-dev swig portaudio19-dev \
       supervisor mosquitto sox alsa-utils libgfortran4 \
       espeak flite libttspico-utils \
       perl curl patchelf ca-certificates
@synesthesiam
Copy link
Contributor

Thank you! Fixed in c054247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants