1 Test area
DJ2LS edited this page 2021-11-27 20:33:12 +01:00

------------------

TEST AREA....

Manual Installation macOS

Install brew and python3

https://docs.python-guide.org/starting/install3/osx/

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install python
pip3 install psutil crcengine ujson pyserial numpy

Install protaudio dependencies

xcode-select --install
brew remove portaudio
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
pip3 install psutil crcengine ujson pyserial numpy
python daemon.py

Install nodejs

https://nodejs.org/en/download/
cd FreeDATA/gui
npm i
npm i electron
npx electron main.js

npm updating

  • npm outdated --> list outdated npm packages

  • npx npm-check-updates -u --> updated all packages

  • npm install --> install all updated packages

  • npm cache clean -f

  • sudo npm install -g n

  • sudo n stable --> upgrade node to latest version