-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
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
feat: improve dev doc #972
Conversation
jiashenC
commented
Aug 27, 2023
•
edited
Loading
edited
- Remove duplicate debugging section.
- Fix how to submit PR and testing.
- Reorganize the contribution section.
- Add an installation guide under getting started.
docs/source/contribute/index.rst
Outdated
python3 -m venv test_evadb_venv | ||
source test_evadb_venv/bin/activate | ||
pip install --upgrade pip | ||
pip install -e ".[dev]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are extra dependency besides [dev]. Shall we summarize them? Maybe we should have that information on the installation page and refer it here, since it will be helpful for users not only developers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. That is a good idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the installation page is no longer used. What would be a good place to show this information?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add one.