python -m venv ~/brainbowenv/
source ~/brainbowenv/bin/activate
Note: you can deactivate the python environment at any time with the command deactivate
read more about it here
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
python main.py
- Tor must be installed and running.