Basic Setup
Installation
brew install yarn # only for mac usersnpm i -g yarn # for non-mac usersgit submodule update --initpython3 -m venv venv
source venv/bin/activatepip install wheel # for ubuntu users
pip install -r omnife_project/requirements.txt
# if project includes additional libraries such as pz-otp
# (you can validate this by checking if a requirements.txt exists in project root)
pip install -r requirements.txtcp .env.example .envLast updated
Was this helpful?

