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