edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

How to setup development environment in mac?

Open triumph1 opened this issue 1 year ago • 0 comments

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?

triumph1 avatar Apr 12 '24 02:04 triumph1