From f2117d02bd032aae9861fc4760740c9ef416dd27 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 11 Sep 2021 16:30:46 +0200 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb7d62a0..d0902ea7 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,28 @@ brew install portaudio pip3 install pyaudio ``` +## Manual Installation Windows +### Install python3 +``` +Download Python from https://www.python.org/downloads/ +Add Python to systempath https://www.educative.io/edpresso/how-to-add-python-to-path-variable-in-windows +Download and install pyaudio from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio +eg.: pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl +pip install psutil +pip install crcengine +pip install ujson +pip install pyserial +python daemon.py +``` - - - +### Install nodejs +``` +https://nodejs.org/en/download/ +cd codec2-FreeDATA/gui +npm i +npm i electron +npx electron main.js +``` ## GUI Preview ![alt text](https://github.com/DJ2LS/FreeDATA/blob/main/documentation/FreeDATA_GUI_Preview.png "GUI Preview")