From 9cc576afb3c6345ae1ed8eda9ff7dfd9c537d571 Mon Sep 17 00:00:00 2001 From: Ayush Mishra <56378335+ayushofficial07@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:16:56 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50b9d9d..701f95a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ +Project Details: The following project is a simple and compact password manager python project application built completely using python and open-cv. - -requirements for Database project: -packages: - imageio - opencv-python +Dependencies required are as follows: + requirements for Database project: + packages: + imageio + opencv-python to install: pip install imageio - pip install opencv-python \ No newline at end of file + pip install opencv-python