edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
366 stars 43 forks source link

How to setup development environment in mac? #488

Open triumph1 opened 2 months ago

triumph1 commented 2 months ago

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?