Skip to content

Commit b948222

Browse files
committed
update reademe file
1 parent 56a42bd commit b948222

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Run this project
1+
# OpenIE 数控加工中心传感器信号仪表盘<hr>
2+
## 1 Tech Stack
3+
使用 [Streamlit](https://streamlit.io/) Python 3rd Part Lib后端库实现的对机床传感器数据进行处理。<br>
4+
项目使用了conda创建虚拟环境,我们使用的是[miniconda](https://docs.conda.io/en/latest/miniconda.html)按照2中的步骤即可运行本项目。<br>
5+
项目Docker虚拟机正在开发,敬请期待~<br>
6+
特别鸣谢项目其他贡献者:Wang Xiao, Zhang Ziyang, Luo Wenjie, etc.
7+
## 2 Run this project
28
```bash
39
$ cd path/to/OpenIE
410
# create a python virtual environment through miniconda
@@ -10,5 +16,5 @@ $ pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
1016
# install third part requirements
1117
$ pip install -r requirements.txt
1218
# run this project
13-
$ streamlit run main.py
19+
$ streamlit run Main_Page.py
1420
```

0 commit comments

Comments
 (0)