We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd2fc6 commit 75745e8Copy full SHA for 75745e8
docs/python/environment_and_dependency.md
@@ -21,4 +21,4 @@ sidebar_label: Environment Isolation and Dependency Management
21
22
* [poetry](https://python-poetry.org/) is recommended as it handles dependency as well as build system.
23
* You can use `setuptools` and `setup.py` as well for requirements handling through `requires`. They **must** be used for install-able modules.
24
-* `requirements.txt` style should not be avoided.
+* `requirements.txt` style should be avoided although you may come across this style a lot.
0 commit comments