Skip to content

Commit 0525d29

Browse files
committed
docs: add dependencies installation info, remove test-requirements.txt
1 parent 13654fb commit 0525d29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ You can either call modules by their Fully Qualified Collection Name (FQCN), suc
6969

7070
## Developing and testing
7171

72+
In order to run and test this collection locally, first install the required dependencies using:
73+
74+
pip install -r requirements.txt
75+
7276
The project uses `mypy` and `black`.
7377
Black works without special configuration, while `mypy` requires a valid package structure.
7478
Assuming this repository is checked out in the proper structure,

test-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)