edgedb-python
edgedb-python copied to clipboard
How to setup development environment in mac?
Hi! thanks for bringing amazing database to the world! I'm looking for a way to contribute & help edgedb-python.
so far, I succeeded to run pip install -e . but failed to run test suites because edgedb-server is not installed. (I have edgedb cli only)
I tried to install it via https://docs.edgedb.com/guides/deployment/bare_metal but kind of lost.
I'm using mac os Ventura. (M1) how to install edgedb-server?