Skip to content

Commit d66b45c

Browse files
author
kalle hålldén
committed
Updated readme file
1 parent 7a793f8 commit d66b45c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.vscode/
12
/Database/mysafe.db
23
*.pyc
34
/venv

Database/safe.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import imageio
55
import cv2
66

7-
# pip install imageio, pip install opencv-python
87
# /Users/kalle/Desktop/myfile.py
98
PASSWORD = "123456"
109

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
requirements for Database project:
4+
packages:
5+
imageio
6+
opencv-python
7+
8+
to install:
9+
pip install imageio
10+
pip install opencv-python

0 commit comments

Comments
 (0)