File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Run the following command in the package's root directory to install it in edita
68
68
python3 -m pip install -e .
69
69
```
70
70
This command will install the package in your local environment and allow you to make changes to the code and see the
71
- updates immediately. It will also install all the required dependencies listed in the [ requirements.txt ] ( requirements.txt ) file .
71
+ updates immediately. It will also install all the required dependencies.
72
72
73
73
## Contribute
74
74
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ setenv =
12
12
deps =
13
13
-r{toxinidir}/tests/requirements.txt
14
14
commands =
15
- pip install -r requirements.txt
15
+ pip install -e .
16
16
pytest --basetemp ={envtmpdir}
You can’t perform that action at this time.
0 commit comments