Using a python When using scripting tools , I found that I need to download a lot python library , Downloading one by one is troublesome
The required python Put the library name in the text file , General python The script tool will give the text file that needs to download the Library
And then execute pip3 install -r requirements.txt
Download the required libraries in turn , It saves a lot of trouble