Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 618 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 618 Bytes

pip_talosgis

Download your python packages

$ pip_download.bat # download all the python packages in requirements\*.txt files.
$ pip_download.bat <my_pacakge> <my_requirements.txt> # download a specific package or all the python packages in a given requirements.txt file.

Installing your python packages

$ pip_install.bat # install all the python packages in requirements.txt files.
$ pip_install.bat <wheels\mypakcage.whl> <my_requirements.txt> # install a specific package or all the python packages in a given requirements.txt file.