Skip to content

Commit eb83d82

Browse files
committed
optimize file browser
1 parent fb3061b commit eb83d82

File tree

9 files changed

+672
-479
lines changed

9 files changed

+672
-479
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# ani2xcur
22
## 简介
3-
一个将 Windows鼠标指针转换为 Linux 鼠标指针的脚本,基于GNU 项目的 Dialog 实现显示界面,转换核心基于 win2xcur
3+
一个将 Windows 鼠标指针转换为 Linux 鼠标指针的脚本,基于 GNU 项目的 Dialog 实现显示界面,转换核心基于 win2xcur
44

55
## 环境要求
66
- Python(3.6 ~ 3.9)
77
- Dialog
88

9+
>[!NOTE]
10+
>Python 的版本推荐 3.9。这里推荐一些 Python 版本管理器。
11+
>1. [Pyenv](https://github.com/pyenv/pyenv)(Windows 系统上使用 [Pyenv-Win](https://github.com/pyenv-win/pyenv-win)
12+
>2. [MicroMamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
13+
>3. [MiniConda](https://docs.anaconda.com/free/miniconda/index.html)
14+
>
15+
>在 Linux 上安装指定版本的 Python 并不方便,所以可以用上面的 Python 版本管理器安装 Python,并在启动 Ani2xcur 时加上`--set-python-path`启动参数来指定 Python 的路径。
16+
>具体方法可参考该文档:[《在 Linux 上使用 Python 版本管理器安装 Python》](https://github.com/licyk/README-collection/blob/main/term-sd/README_install_python_on_linux.md)
17+
918
## 安装
1019
- 1、克隆项目
1120
```

0 commit comments

Comments
 (0)