Skip to content

Commit

Permalink
add a note for code standard (#1814)
Browse files Browse the repository at this point in the history
* add a note for code standard

* handle both cases

---------

Co-authored-by: taozhiwang <taozhiwa@gmail.com>
  • Loading branch information
taozhiwang and taozhiwang committed Jun 24, 2024
1 parent 3348204 commit a339fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/code_standard_and_dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]"

0 comments on commit a339fc1

Please sign in to comment.