This commit is contained in:
milisman 2016-05-27 20:51:50 +03:00
parent f109013ea8
commit 6f58f1974a
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1,4 @@
mps -kur python
curl https://bootstrap.pypa.io/get-pip.py | python -
mps -kur python3
curl https://bootstrap.pypa.io/get-pip.py | python3 -

View File

@ -17,6 +17,3 @@ build() {
cp -Rf docs/* $PKG/usr/share/doc/$name-$version
}
# NuTyX Pkgfile (http://nutyx.org)