From a339fc11d1984e2a66f682195c030570277bd001 Mon Sep 17 00:00:00 2001 From: cyncyw <47289405+taozhiwang@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:33:45 -0400 Subject: [PATCH] add a note for code standard (#1814) * add a note for code standard * handle both cases --------- Co-authored-by: taozhiwang --- docs/developer/code_standard_and_dev_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/code_standard_and_dev_guide.rst b/docs/developer/code_standard_and_dev_guide.rst index 87f193b8e5..26aeb4f0aa 100644 --- a/docs/developer/code_standard_and_dev_guide.rst +++ b/docs/developer/code_standard_and_dev_guide.rst @@ -60,4 +60,4 @@ The `[dev]` option will help you to install some related packages when developin .. code-block:: bash - pip install -e .[dev] + pip install -e ".[dev]" \ No newline at end of file