Don't specify kivy_deps.xxx_dev deps because it is auto-installed.

This commit is contained in:
matham 2019-12-05 22:10:23 -05:00 committed by GitHub
parent 05922a86d6
commit 93c445f37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function Install-kivy {
$old=(pwd).Path
cmd /c mklink /d "$HOME\kivy" "$old"
cd "$HOME\kivy"
python -m pip install -e .[dev,full,full_src]
python -m pip install -e .[dev,full]
cd "$old"
}