Open
Description
Describe the bug
Running the steps for how to develop on a clean mac leads to some missing package errors.
- Running maturin develop command initial errors that
protoc
can't be found pre-commit
is not installed into the dev venv- When running
pre-commit
it forces a protoc source build so even if system protoc installed above cmake is required here - When running
pre-commit
the first action requires docker - Running
pre-commit
changes one of the files so the repo isn't totally compliant.
To Reproduce
Steps to reproduce the behavior:
- Get a fresh machine
- Follow instructions
Expected behavior
A clear and concise description of what you expected to happen.
Instructions match reality.