Pinaute / cncjs-keypad-pendant

Keypad operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cncjs-keypad-pendant

Keypad operation

Installation procedure

Install virtualenv via pip:

pip install virtualenv

Create a virtual environment for a project:

Note: you need python version 3.6

virtualenv -p /usr/bin/python3.6 venv

Activate the environment

source venv/bin/activate

Install project dependencies

pip install -r requirements.txt

Disable the environment

deactivate

Run

python3.6 cncjs_pendant.py

About

Keypad operation


Languages

Language:Python 100.0%