Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
simpla-fusion committed Jun 5, 2024
1 parent 6febf9a commit 099213b
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 378 deletions.
8 changes: 7 additions & 1 deletion quick_start/ch1_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## 建议运行环境

- 语言 Python >= 3.10/3.11 (FyTok 为纯Python包,但物理模块依赖操作系统)
- 操作系统: Ubuntu 22.04 (模块运行开发环境)
- 语言 Python 3.11 (FyTok 为纯Python包,但物理模块依赖操作系统)

```
sudo apt install python3.11
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 100
sudo update-alternatives --config python3
```

### Windows 11 系统解决方案:
- Windows Subsystem for Linux (WSL2)
Expand Down
Loading

0 comments on commit 099213b

Please sign in to comment.