Metadata-Version: 2.4
Name: random-walk-lib
Version: 1.0.0
Summary: A Python library for 2D random walk with visualization
Home-page: https://github.com/hello1-UI/random-walk-lib
Author: hello1-UI
Author-email: freetongdynastynet@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=3.0

# Random Walk Lib
一个实现二维随机游走的Python库，支持步数控制、位置记录和路径可视化。

## 安装
### 本地安装
```bash
# 进入项目根目录
cd path/to/random_walk_lib
pip install .
```

---

### 第二步：本地安装并测试
打开终端，按以下步骤操作：
#### 1. 进入项目根目录
```bash
cd path/to/random_walk_lib  # 替换成你的项目根目录路径
```
