23 lines
312 B
Markdown
23 lines
312 B
Markdown
# python-tests
|
|
|
|
> https://developer.aliyun.com/mirror/pypi/
|
|
|
|
`~/.pip/pip.conf`
|
|
```ini
|
|
[global]
|
|
index-url = http://mirrors.aliyun.com/pypi/simple/
|
|
|
|
[install]
|
|
trusted-host=mirrors.aliyun.com
|
|
```
|
|
|
|
```shell
|
|
pip install requests
|
|
```
|
|
|
|
----
|
|
|
|
```shell
|
|
PYTHONPATH=./.venv/lib/python3.10/site-packages/ ./ShowMyIp.py
|
|
```
|