[+] Instructions
This commit is contained in:
@@ -1,2 +1,19 @@
|
|||||||
# AimeWeb
|
# AimeWeb
|
||||||
Aime card selector website for segatools
|
|
||||||
|
Segatools 读卡器前端
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# 装
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 -m venv venv
|
||||||
|
venv/bin/pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
# 跑
|
||||||
|
|
||||||
|
```
|
||||||
|
venv/bin/python3 src/main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user