Skip to content

Commit 8937b48

Browse files
committed
Remove the requirements.txt and usages
1 parent ecece0d commit 8937b48

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Run the following command in the package's root directory to install it in edita
6868
python3 -m pip install -e .
6969
```
7070
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.
7272

7373
## Contribute
7474

requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ setenv =
1212
deps =
1313
-r{toxinidir}/tests/requirements.txt
1414
commands =
15-
pip install -r requirements.txt
15+
pip install -e .
1616
pytest --basetemp={envtmpdir}

0 commit comments

Comments
 (0)