Skip to content

Commit

Permalink
physicsLab v1.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodenoughPhysicsLab committed Oct 31, 2024
1 parent b3aa0d4 commit a8e990e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ sys.path.append("/your/path/of/physicsLab") # 将字符串替换为你想添加
其原理是python会在sys.path这个列表里面的路径去寻找python package,若未找到则会报错。因此该方法的原理就是把python找不到的路径加进去,python就找到了
注:每次运行的时候加入的path都是临时的,因此该方法必须让python在每次运行的时候都执行一遍

## 搭建开发环境
切换至physicsLab根目录,输入以下指令 (仅限于`Windows`):
```
.\cmd\setup_project.bat
```

## 经测试过的环境
* Windows | Linux(Ubuntu): python 3.8, 3.9, 3.10, 3.11, 3.12
* Android: qpython(app) 3.11.0
Expand Down
3 changes: 3 additions & 0 deletions docs/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,6 @@
2. 优化`RelationsIter`

# 1.4.21
1. 新增`User.recive_bonus`, `User.rename`, `User.star_content`

# 1.4.22
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name="physicsLab",
version="1.4.20",
version="1.4.21",
license="MIT",
author="Goodenough",
author_email="[email protected]",
Expand Down

0 comments on commit a8e990e

Please sign in to comment.