未验证 提交 94fd6fa6 编写于 作者: F Frost Ming

add animation

上级 178afa96
......@@ -5,7 +5,9 @@ A modern Python package manager with PEP 582 support. [中文版本说明](READM
![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)
![PyPI](https://img.shields.io/pypi/v/pdm?logo=python&logoColor=%23cccccc)
[Documentation](https://frostming.github.io/pdm)
<script id="asciicast-OKzNEKz1Lj0wmCVtcIqefskim" src="https://asciinema.org/a/OKzNEKz1Lj0wmCVtcIqefskim.js" async></script>
[📖 Documentation](https://frostming.github.io/pdm)
## What is PDM?
......@@ -77,6 +79,7 @@ You'd better not. The packages installed inside `__pypackages__` are OS dependen
in VCS and do `pdm sync` on the target environment to deploy.
### 5. Can I use `pdm` to manage a Python 2.7 project?
Sure. The `pdm` itself can be installed under Python 3.7+ only, but it doesn't restrict the Python used by the project.
## Credits
......
......@@ -5,7 +5,9 @@
![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)
![PyPI](https://img.shields.io/pypi/v/pdm?logo=python&logoColor=%23cccccc)
[文档](https://frostming.github.io/pdm)
<script id="asciicast-OKzNEKz1Lj0wmCVtcIqefskim" src="https://asciinema.org/a/OKzNEKz1Lj0wmCVtcIqefskim.js" async></script>
[📖 文档](https://frostming.github.io/pdm)
## 这个项目是啥?
......@@ -71,6 +73,7 @@ PDM 会首先在 `__pypackages__` 中寻找,然后会在选择的 Python 解
纳入版本管理,然后在目标环境中执行 `pdm sync`
### 5. 我能用`pdm`管理一个 Python 2.7 的项目吗?
当然可以。只是`pdm`本身的安装需要 Python 版本高于 3.7,它并不限制项目使用的 Python 版本。
## 鸣谢
......
# Introduction
PDM is a modern Python package manager with [PEP 582] support. It installs and manages packages
in a similar way to `npm` that doesn't need to create a virtualenv at all!
in a similar way to `npm` that doesn't need to create a virtualenv at all!
[PEP 582]: https://www.python.org/dev/peps/pep-0582/
<script id="asciicast-OKzNEKz1Lj0wmCVtcIqefskim" src="https://asciinema.org/a/OKzNEKz1Lj0wmCVtcIqefskim.js" async></script>
[pep 582]: https://www.python.org/dev/peps/pep-0582/
## Feature highlights
......@@ -20,6 +22,7 @@ PDM requires Python 3.7+ to be installed. It works on multiple platforms includi
PDM itself needs Python 3.7+.
### Recommended installation method
To avoid messing up with the system Python environemnt, the most recommended way to install PDM
is via [pipx](https://pypi.org/project/pipx):
......@@ -39,7 +42,6 @@ $ pip install --user pdm
Now there are not built-in support or plugins for PEP 582 in most IDEs, you have to configure your tools manually.
PDM will write and store project-wide configurations in `.pdm.toml` and you are recommended to add following lines
in the `.gitignore`:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册