Skip to content

Commit 75745e8

Browse files
committed
typo in development environment recommendation
1 parent 0bd2fc6 commit 75745e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/environment_and_dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ sidebar_label: Environment Isolation and Dependency Management
2121

2222
* [poetry](https://python-poetry.org/) is recommended as it handles dependency as well as build system.
2323
* 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.
24+
* `requirements.txt` style should be avoided although you may come across this style a lot.

0 commit comments

Comments
 (0)