未验证 提交 650d3505 编写于 作者: F Frost Ming

Update README and docs

上级 2ac0228b
......@@ -142,6 +142,20 @@ If you are curious about how this works, check [this doc section](https://pdm.fm
$ docker pull frostming/pdm
```
## Badges
Tell people you are using PDM in your project by including the markdown code in README.md:
```markdown
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
```
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
## PDM Eco-system
[Awesome PDM](https://github.com/pdm-project/awesome-pdm) is a curated list of awesome PDM plugins and resources.
## FAQ
### 1. What is put in `__pypackages__`?
......@@ -167,16 +181,6 @@ in VCS and do `pdm sync` on the target environment to deploy.
Sure. The `pdm` itself can be installed under Python 3.7+ only, but it doesn't restrict the Python used by the project.
## Badges
Tell people you are using PDM in your project by including the markdown code in README.md:
```markdown
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
```
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
## Credits
This project is strongly inspired by [pyflow] and [poetry].
......
......@@ -131,6 +131,21 @@ $ python /home/frostming/workspace/flask_app/app.py
如果你好奇这是如何实现的,可以查看[文档](https://pdm.fming.dev/usage/project/#how-we-make-pep-582-packages-available-to-the-python-interpreter),有一个简短的解释。
## 徽章
在 README.md 中加入以下 Markdown 代码,向大家展示项目正在使用 PDM:
```markdown
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
```
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
## PDM 生态
[Awesome PDM](https://github.com/pdm-project/awesome-pdm) 这个项目收集了一些非常有用的 PDM 插件及相关资源。
## 常见问题
### 1. `__pypackages__` 里都包含什么?
......@@ -155,16 +170,6 @@ PEP 582 尚处于草案阶段,还需要补充很多细节,比如提案中并
当然可以。只是`pdm`本身的安装需要 Python 版本高于 3.7,它并不限制项目使用的 Python 版本。
## 徽章
在 README.md 中加入以下 Markdown 代码,向大家展示项目正在使用 PDM:
```markdown
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
```
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
## 鸣谢
本项目的受到 [pyflow] 与 [poetry] 的很多启发。
......
......@@ -208,3 +208,7 @@ can be run natively as [VSCode Tasks][vscode tasks].
[pdm scripts]: https://pdm.fming.dev/project/#run-scripts-in-isolated-environment
### [Seek for other IDEs or editors](usage/advanced.md#integrate-with-other-ide-or-editors)
## PDM Eco-system
[Awesome PDM](https://github.com/pdm-project/awesome-pdm) is a curated list of awesome PDM plugins and resources.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册