From adbcf2da9295616d75d5f677c934ff78292355fc Mon Sep 17 00:00:00 2001 From: chenlb Date: Sun, 27 Oct 2024 16:08:35 +0800 Subject: [PATCH] =?UTF-8?q?impl:=20=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20OSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/python/advanced/poetry.md | 4 ++-- src/python/index.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/python/advanced/poetry.md b/src/python/advanced/poetry.md index 2e55276..4ba6d04 100644 --- a/src/python/advanced/poetry.md +++ b/src/python/advanced/poetry.md @@ -175,7 +175,7 @@ PyCharm 的终端会自动激活 poetry 创建的虚拟环境。 如下图: -![pycharm import poetry project](/img/ide/pycharm-import-poetry.jpg) +![pycharm import poetry project](http://static.chenlb.com/img/ide/pycharm-import-poetry.jpg) ### 创建 Poetry 项目 @@ -186,7 +186,7 @@ PyCharm 的终端会自动激活 poetry 创建的虚拟环境。 * 类型选择 "Poetry" * poetry 路径确认下,一般是 ```/usr/local/bin/poetry``` -![pycharm new poetry project](/img/ide/pycharm-new-poetry.jpg) +![pycharm new poetry project](http://static.chenlb.com/img/ide/pycharm-new-poetry.jpg) ## 依赖包的版本约束 diff --git a/src/python/index.md b/src/python/index.md index 29e1fae..317cba0 100644 --- a/src/python/index.md +++ b/src/python/index.md @@ -98,12 +98,12 @@ PyCharm CE 版本是免费的,基本 python 开发够用了。使用体验好 如:first-python -![创建 Python 项目](/img/ide/pycharm-first-create-project.jpg) +![创建 Python 项目](http://static.chenlb.com/img/ide/pycharm-first-create-project.jpg) ### 创建 python 文件并运行 如:hello.py -![创建 hello.py](/img/ide/pycharm-create-python-file.jpg) +![创建 hello.py](http://static.chenlb.com/img/ide/pycharm-create-python-file.jpg) -![编写 hello.py](/img/ide/pycharm-run-python-file.jpg) +![编写 hello.py](http://static.chenlb.com/img/ide/pycharm-run-python-file.jpg)