docs: split bilingual open-source readmes#13
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 311bfd6c0f
ℹ️ 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".
|
|
||
| ```bash | ||
| python scripts/validate_latest_signal.py examples/latest_signal.example.json | ||
| python -m pip install -e . |
There was a problem hiding this comment.
Restore the test extra in the quick start
For the documented fresh-clone flow, python -m pip install -e . installs no test runner because pyproject.toml keeps pytest only under the optional test extra, while tests/test_signal_validation.py imports it. In a clean environment the very next command, python -m pytest -q, can fail with No module named pytest; the previous -e '.[test]' form avoided that.
Useful? React with 👍 / 👎.
Summary
Validation