Skip to content

Commit

Permalink
impl: 静态资源使用 OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
chenlb committed Oct 27, 2024
1 parent b1002cf commit adbcf2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/python/advanced/poetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 项目
Expand All @@ -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)

## 依赖包的版本约束

Expand Down
6 changes: 3 additions & 3 deletions src/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit adbcf2d

Please sign in to comment.