-
install python:
- https://www.python.org/downloads/
- check "Add Python 3.x to PATH" when you install python.
-
clone github repository:
- run `
git clone https://github.com/mynvs/string-theory-filter
` - or download .zip file
- run `
-
verify that python is working:
- run `
python
`
- run `
-
verify that pip is working:
- run `
pip --version
`
- run `
-
install required libraries:
- open a cmd terminal in the main directory
- run `
pip install -r requirements
`