Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (38 loc) · 887 Bytes

install.md

File metadata and controls

53 lines (38 loc) · 887 Bytes

How to run the sources on your own machine

Create a Python3 virtual environment

python -m venv ~/brainbowenv/

Activate the Python3 virtual environment

source ~/brainbowenv/bin/activate

Note: you can deactivate the python environment at any time with the command deactivate read more about it here

Clone Brainbow repository and install requirements

git clone https://github.com/Bitcoin-Brainbow/Brainbow.git brainbow
cd brainbow/

Add the following to the new_requirements.txt

kivy-garden kivy kivy_garden.graph kivy_garden.qrcode embit numpy camera4kivy pyzbar

pip install -r new_requirements.txt

Note: for MacOS install zbar with brew

brew install zbar

Start the app

python main.py

NOTES:

  • Tor must be installed and running.