File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,23 @@ Running your local version of Mutmut against a test codebase
2828
2929You can install your local version of Mutmut and run it, including any changes you have made, as normal.
3030
31+ Codebases using pip
32+ ^^^^^^^^^^^^^^^^^^^
33+
3134.. code-block :: console
3235
3336 python -m pip install --editable <path_to_mutmut_codebase>
3437
38+ Codebases using Poetry
39+ ^^^^^^^^^^^^^^^^^^^^^^
40+
41+ .. code-block :: console
42+
43+ poetry add --group dev --editable <path_to_mutmut_codebase>
44+ # Install dependecies in your Poetry environment
45+ pip install -r <path_to_mutmut_codebase>/requirements.txt
46+
3547 Documentation about mutmut's architecture
3648-----------------------------------------
3749
38- Please see ARCHITECTURE.rst for more details on how mutmut works.
50+ Please see ARCHITECTURE.rst for more details on how mutmut works.
You can’t perform that action at this time.
0 commit comments