From 645967893f366928a95973449bb1c833668e0ca3 Mon Sep 17 00:00:00 2001 From: jojo259 <95320642+jojo259@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:56:21 +0000 Subject: [PATCH] fixed requirements info 64 bit python required for the latest versions of scipy https://stackoverflow.com/questions/73858491/cannot-install-scipy-using-pip and Microsoft Visual C++ 14.0 or greater required for scikit-image (error: Microsoft Visual C++ 14.0 or greater is required) --- README.md | 6 +++--- requirements.txt | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7aaa305..5a62d3d 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ print this or take a picture directly from the document (or just download the pi https://docs.google.com/document/d/1IEYuL2panN8EVcPyZixLzO42TQxTmX7FqdUAkxwV4vk/edit?usp=sharing -install required python packages through **pip install requirements.txt** - +install required python packages through `pip install -r requirements.txt` +64-bit Python required +Microsoft Visual C++ 14.0 or greater required https://visualstudio.microsoft.com/visual-cpp-build-tools/ ## Usage @@ -22,4 +23,3 @@ $ to run this file do chmod +x keyfile.kdb $ finally type in ./keyfile.kdb $ u have officially ran minecraft from a piece of paper :D ``` - diff --git a/requirements.txt b/requirements.txt index b6cba47..0bb5685 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ pyzbar argparse -cv2 -math +opencv-python imutils numpy -skimage -os \ No newline at end of file +scikit-image \ No newline at end of file