|
9 | 9 | <h3 align="center">Pip Manager</h3> |
10 | 10 |
|
11 | 11 | <p align="center"> |
12 | | - A Python Package Manager (pip based) |
| 12 | + 基于 Pip 的图形化 Python 包管理器 |
13 | 13 | <br /> |
14 | | - <a href="https://pipmanager.dev"><strong>Explore the docs (Chinese Simplified) »</strong></a> |
| 14 | + <a href="https://pipmanager.dev"><strong>查看文档(WIP) »</strong></a> |
15 | 15 | <br /> |
16 | 16 | <br /> |
17 | | - <a href="/Pip-Manager/PipManager.Windows?tab=readme-ov-file#screenshots">Screenshots</a> |
| 17 | + <a href="/Pip-Manager/PipManager.Windows?tab=readme-ov-file#screenshots">展示</a> |
18 | 18 | · |
19 | | - <a href="/Pip-Manager/PipManager.Windows/issues">Report Bug</a> |
| 19 | + <a href="/Pip-Manager/PipManager.Windows/issues">报告 Bug</a> |
20 | 20 | · |
21 | | - <a href="/Pip-Manager/PipManager.Windows/pulls">Request Feature</a> |
| 21 | + <a href="/Pip-Manager/PipManager.Windows/pulls">新功能请求</a> |
22 | 22 | </p> |
23 | 23 | </div> |
24 | 24 |
|
|
35 | 35 |
|
36 | 36 | 该项目现已依赖[PipManager.Core](https://github.com/Pip-Manager/PipManager.Core)并逐渐迁移 |
37 | 37 |
|
38 | | ---- |
39 | | - |
40 | | -## About Pip Manager |
| 38 | +有关项目进展和计划:[2024 PipManager Roadmap](https://github.com/Pip-Manager/PipManager.Windows/issues/3) |
41 | 39 |
|
42 | | -Pip Manager is a package manager for Python newcomers (based on Pip) |
| 40 | +--- |
43 | 41 |
|
44 | | -Features: |
45 | | -* GUI |
46 | | -* Integration of most Pip commands |
47 | | -* Multi-Pip environment switching |
| 42 | +## 关于 Pip Manager |
48 | 43 |
|
49 | | -Easier operation of Pip is the goal of Pip Manager. |
| 44 | +Pip Manager 是一个为 Python 新手设计的包管理工具,基于原生的 Pip,专门用来简化 Pip 的使用过程。 |
50 | 45 |
|
51 | | -### Technology |
| 46 | +### 特性: |
| 47 | +* **GUI** |
| 48 | + Pip Manager 提供了一种简洁、直观的图形用户界面,让用户可以轻松地使用原来需要通过命令行执行的 Pip 功能。 |
| 49 | + |
| 50 | +* **集成常用命令** |
| 51 | + Pip Manager 对 Pip 的部分常用功能进行了集成,如安装、卸载、查看包信息、更新等常用操作。 |
52 | 52 |
|
53 | | -<img height="200" alt="language csharp" src="https://raw.githubusercontent.com/jonacruz89/SAWARATSUKI.ServiceLogos/main/C%23/C%23%20Purple.png"/> |
| 53 | +* **多环境切换** |
| 54 | + Pip Manager 支持多环境切换,在不同项目之间灵活管理包的依赖关系。 |
54 | 55 |
|
55 | | -Pip Manager is based on the following technology stacks: |
| 56 | +### 技术栈 |
56 | 57 |
|
57 | 58 | [![.NET Core][.NET Core]][.NET-url][![WPF][WPF]][WPF-url] |
58 | 59 |
|
59 | | -<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 60 | +## 展示 |
60 | 61 |
|
61 | | -## Screenshots |
| 62 | + |
| 63 | + |
62 | 64 |
|
63 | | - |
64 | | - |
| 65 | +## 使用 |
65 | 66 |
|
66 | | -## Getting Started |
| 67 | +如果你的电脑上安装了[.Net 8 桌面运行时](https://dotnet.microsoft.com/download/dotnet/8.0),请下载 `PipManager.exe` 并启动;否则启动 `PipManager_withRuntime.exe` |
67 | 68 |
|
68 | | -Double click `PipManager.exe` or `PipManager_withRuntime.exe` *If you have not installed [.Net 8 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet/8.0)* |
| 69 | +### 命令行参数 |
69 | 70 |
|
70 | | -### Arguments |
| 71 | +- `/console`: 在程序运行时弹出控制台窗口显示日志 |
71 | 72 |
|
72 | | -- `/console`: Show console while program running |
| 73 | +## 共同改进 |
73 | 74 |
|
74 | | -<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 75 | +1. Fork 该项目 |
| 76 | +2. 提交更改 |
| 77 | +3. Push 到该仓库的 `development` 分支 |
| 78 | +4. 提交一个 Pull Request |
75 | 79 |
|
76 | | -See the [Open Issues](https://github.com/Pip-Manager/PipManager.Wpf/issues) for a full list of proposed features (and known issues). |
77 | | - |
78 | | -## Contributing |
79 | | - |
80 | | -1. Fork the Project |
81 | | -2. Create your Feature Branch |
82 | | -3. Commit your Changes |
83 | | -4. Push to the Branch `development` |
84 | | -5. Open a Pull Request |
85 | | - |
86 | | -## License |
| 80 | +## 许可证 |
87 | 81 |
|
88 | 82 | Distributed under the MIT License. See `LICENSE` for more information. |
89 | 83 |
|
90 | | -Kawaii `C#` Logo in [Technology Stack](#technology-stack) is created by [SAWATSUKI](https://github.com/SAWARATSUKI) |
91 | | - |
92 | 84 | <p align="right">(<a href="#readme-top">back to top</a>)</p> |
93 | 85 |
|
94 | 86 | [github-downloads-shield]: https://img.shields.io/github/downloads/Pip-Manager/PipManager.Wpf/total.svg?style=for-the-badge&color=blue |
|
0 commit comments