We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
pip install -e .
edgedb-server
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 becauseedgedb-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
?The text was updated successfully, but these errors were encountered: