docs: split bilingual open-source readmes#3
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2c11dbf6a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| From a fresh clone: | ||
|
|
||
| ```bash | ||
| python -m pip install -e . |
There was a problem hiding this comment.
Install the test extra in quick start
For a fresh clone, python -m pip install -e . does not install the optional test dependency declared in pyproject.toml (test = ["pytest>=8"]), so the next documented command python -m pytest -q can fail with No module named pytest in a clean environment. The previous README used python -m pip install -e '.[test]'; please keep that here and in the matching Chinese quick-start command.
Useful? React with 👍 / 👎.
Summary
Validation