Home
last modified time | relevance | path

Searched refs:VTS_PYPI_PATH (Results 1 – 2 of 2) sorted by relevance

/test/vts/script/
Ddownload-pypi-packages.sh20 elif [ -z "$VTS_PYPI_PATH" ]; then
23 echo "Local PyPI packages directory is set to" $VTS_PYPI_PATH
24 echo "Making local dir" $VTS_PYPI_PATH
26 if [ -d "$VTS_PYPI_PATH" ]; then
27 echo $VTS_PYPI_PATH "already exists"
29 mkdir $VTS_PYPI_PATH -p
32 echo "Downloading PyPI packages to" $VTS_PYPI_PATH
33 …pip download -d $VTS_PYPI_PATH -r $ANDROID_BUILD_TOP/test/vts/script/pip_requirements.txt --no-bin…
40 pip download -d $VTS_PYPI_PATH matplotlib --no-binary matplotlib,numpy
/test/vts/doc/
Duser_manual.md16 …ckages. First run the lunch command, then set an environment variable VTS_PYPI_PATH as a new local…