kopia lustrzana https://github.com/micropython/micropython-lib
upip: Fix upip bootstrap script to use pypi.org.
rodzic
b4c27ea1ea
commit
e17efb0844
|
@ -9,7 +9,7 @@ fi
|
||||||
|
|
||||||
# Remove any stale old version
|
# Remove any stale old version
|
||||||
rm -rf micropython-upip-*
|
rm -rf micropython-upip-*
|
||||||
wget -nd -r -l1 https://pypi.python.org/pypi/micropython-upip/ --accept-regex ".*pypi.python.org/packages/source/.*.gz" --reject=html
|
wget -nd -rH -l1 -D files.pythonhosted.org https://pypi.org/project/micropython-upip/ --reject=html
|
||||||
|
|
||||||
tar xfz micropython-upip-*.tar.gz
|
tar xfz micropython-upip-*.tar.gz
|
||||||
mkdir -p ~/.micropython/lib/
|
mkdir -p ~/.micropython/lib/
|
||||||
|
|
Ładowanie…
Reference in New Issue