Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -1,14 +1,14 @@
|
|||||||
# ikt213_project
|
# ikt213_project
|
||||||
|
|
||||||
## requirements
|
## requirements
|
||||||
opencv2
|
* opencv2
|
||||||
pillow
|
* pillow
|
||||||
numpy
|
* numpy
|
||||||
|
|
||||||
## setup (python venv)
|
## setup (python venv)
|
||||||
python3 -m venv .venv
|
* python3 -m venv .venv
|
||||||
source .venv/bin/activate
|
* source .venv/bin/activate
|
||||||
pip install -r requirements.txt
|
* pip install -r requirements.txt
|
||||||
|
|
||||||
## run
|
## run
|
||||||
python src/Main.py
|
python src/Main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user