diff --git a/docs/index.html b/docs/index.html index a7b453f..7a03d17 100644 --- a/docs/index.html +++ b/docs/index.html @@ -73,7 +73,12 @@

  1. Download a pre-packaged binary for Windows, which may be the easiest way for Windows users. Download the latest release using the "Download latest release" button on top of this page, extract the archive and execute VerySharp.exe. Note: If you encounter an error stating "Entry Point Not Found" when trying to run VerySharp, most likely you need to install recent windows updates on your computer.
  2. -
  3. Download the sourcecode and execute VerySharp using python3 by executing "python main.py" from the command shell in the source code directory. You can obtain the latest source code using the "Download source .zip" button on top of this page. Alternatively, you may clone your own copy of the git repository by running the command "git clone https://github.com/wilecoyote2015/VerySharp.git". VerySharp depends on PyQT, NumPy and OpenCV for Python.
  4. +
  5. Download the sourcecode and execute VerySharp using python3 by executing "python main.py" from the command shell in the source code directory. You can obtain the latest source code using the "Download source .zip" button on top of this page. Alternatively, you may clone your own copy of the git repository by running the command "git clone https://github.com/wilecoyote2015/VerySharp.git". VerySharp depends on PyQT5, NumPy and OpenCV for Python. +On Windows, Numpy and OpenCV can be installed using this guide, and here you find help on installing PyQt5. +If you are using Mac, installing OpenCV can be a bit tricky, unfortunately. +OpenCV has to be compiled from source in order to use it with Pyton 3. +This is a guide for doing so. +PyQT5 can be installed using the command "brew install pyqt5" (without quotes) if you have brew installed, which should be the case if you have followed the guide to install OpenCV.