Skip to content

Commit

Permalink
fixed requirements info
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jojo259 committed Nov 10, 2022
1 parent 589ad78 commit a6ad6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ 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


## Usage
Expand All @@ -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
```

6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pyzbar
argparse
cv2
math
opencv-python
imutils
numpy
skimage
os
scikit-image

0 comments on commit a6ad6b1

Please sign in to comment.