Clarify which pip install --group to use for development setup #9966
-
|
Hello Everyone, I don't know if it is worth it to be an issue, but I think maybe we should discuss. Like I am a student, trying to learn and get some proper insights and features understanding in practical. When I get deep into docs, then I go to know about the packages install process.
Suggestion: The CONTRIBUTING.md or Inside the docs folder, a file names installation_procedure could clarify which Is this something worth documenting? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You're right, but actually, the information regarding the development section is already available in our documentation; pip install -e . --group dev"docs" and "test" groups are generally called during the CI pipeline, or the information can be quickly found in pyproject.toml during use. Therefore, it might not be worth spending too much effort on them. |
Beta Was this translation helpful? Give feedback.
You're right, but actually, the information regarding the development section is already available in our documentation;
https://www.django-rest-framework.org/community/contributing/#testing
pip install -e . --group dev"docs" and "test" groups are generally called during the CI pipeline, or the information can be quickly found in pyproject.toml during use. Therefore, it might not be worth spending too much effort on them.