Downloading requests_mock-1.11.0-py2.py3-none-any.whl (28 kB)
时间: 2023-07-31 17:06:40 浏览: 231
Downloading 4_darknet19_448-main.zip
It seems that you are downloading the `requests_mock` package version 1.11.0. Once the download is complete, you can proceed with the installation by running the following command:
```
pip install requests_mock-1.11.0-py2.py3-none-any.whl
```
Make sure to replace `requests_mock-1.11.0-py2.py3-none-any.whl` with the actual name of the downloaded file.
After the installation is finished, you should be able to use the `requests_mock` package in your project. If you have any further questions or need assistance, feel free to ask!
阅读全文