Project_Xs/README.md

23 lines
631 B
Markdown
Raw Normal View History

2021-12-17 16:02:39 +01:00
# Project_Xs
2021-12-17 16:40:45 +01:00
## なにこれ
ゴンベの瞬きから色々するプログラムです.
が, β版のため恐らくそのままだとまともに動きません. 色々改変してください.
## 実行環境
2021-12-17 16:42:24 +01:00
Python 3.9.6 (恐らくPython 3.7≧)なら動きます
2021-12-17 16:40:45 +01:00
OpenCV 4.5.4
## 実行方法
以下のコマンドの意味が全部分からない場合は諦めてください
一部分からない場合はgoogle先生に聞いてください
```
2021-12-17 16:43:01 +01:00
git clone https://github.com/niart120/Project_Xs.git
2021-12-17 16:40:45 +01:00
cd ./Project_Xs
./env/Scripts/Activate.ps1
python -m venv env
pip install -r requirements.txt
python ./src/tidsid.py
2021-12-17 16:42:24 +01:00
```