Compare commits

..

1 Commits
main ... main

Author SHA1 Message Date
topshare eb0863ec6a Update mctilelang-install.md 2026-02-14 08:56:45 +08:00
1 changed files with 1 additions and 3 deletions

View File

@ -119,11 +119,9 @@ export PYTHONPATH=/path/to/mcTileLang
`/path/to/mcTileLang` 替换为实际的 mcTileLang 路径,例如:
```bash
export PYTHONPATH=/root/mcTileLang:.
export PYTHONPATH=/root/mcTileLang
```
> **注意**:有时候可能需要在路径后加上 `:.` 来确保当前目录也在 Python 的搜索路径中。
### 3.2 验证导入
```bash