docs: split bilingual open-source readmes - #137
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 788af90229
ℹ️ 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".
| python -m pip install -r requirements.txt | ||
| python -m pytest -q |
There was a problem hiding this comment.
Include pytest in the fresh-clone quick start
In a clean environment, following this quick start installs only requirements.txt, but that file does not include pytest, so the next command fails with No module named pytest. I checked the CI install step, which adds pytest separately from requirements.txt, so the README should either install the test runner explicitly or point users at the same setup used by CI; the Chinese README mirrors the same broken sequence.
Useful? React with 👍 / 👎.
Summary
Validation