Shannon Tx Builder LocalNet Development Environment Setup (One Time) Environment Usage (Every Time) LocalNet Make a copy of the .env.example file and update the values as needed. cp .env.example .env Development Environment Setup (One Time) make env_create $(make env_source) make pip_install Environment Usage (Every Time) $(make env_source) # If new dependencies were added make pip_freeze