Skip to content

2.Installation

Sanghyeon Park edited this page Jun 3, 2020 · 5 revisions

Python

If you want to use SVC, you need to install Python and external libraries.

1. Install Python

You can simply install it. Click to install

We recommend Python 3.x version.

2. Install libraries

If you have Python installed, you can install the library using the pip command below. (cmd / Terminal)

pip install [Library]

You need to install the libraries below.

  • Numpy

  • OpenCV

  • TKinter

VSCode (Option)

If you want to modify and use SVC's code, we recommend Visual Studio Code.

SVC is also written in VSCode, but VSCode is not the only way to fix the code.

Clone this wiki locally