Skip to content

typo in docs/source/installation.rst #2001

@tomasohara

Description

@tomasohara

The pip install command in the installation documentation incorrectly uses commas

$ grep pip.install docs/source/installation.rst | grep ,
    pip install buildozer, setuptools, cython==0.29.34

This leads to an error:

$ pip install buildozer, setuptools, cython==0.29.34
ERROR: Invalid requirement: 'buildozer,': Expected semicolon (after name with no version specifier) or end
    buildozer,

Note that the other cases don't use commas:

$ grep pip.install docs/source/installation.rst | grep -v ,
    pip install git+https://github.com/kivy/buildozer
    pip install legacy-cgi setuptools cython==0.29.34
    python3 -m pip install --user --upgrade buildozer # the --user should be removed if you do this in a venv
    python -m pip install --user --upgrade pip virtualenv kivy-ios
$ git describe --tags --dirty --always
1.5.0-131-g91ce81b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions