You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test-examples: /usr/local/bin/python3 ## Modify the examples to use the latest Codegen SNAPSHOT, publishes the snapshot locally, and builds the examples.
$(MAKE) publish-local
$(MAKE) install-py-libs
$(MAKE) test-examples_py
install-py-libs: ## Installs the Python Modules required by the scripts.
pip3 install -r scripts/requirements.txt
/usr/local/bin/python3: ## Installs Python3 via brew.
brew install python3
all: format test-examples ## Cleans, checks/tests, publishes the plugin locally and runs the examples.