Skip to content

Commit 3aeb7c0

Browse files
Add info about all devs' dependencies to README
1 parent 2a2dcc2 commit 3aeb7c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ For development and contributions:
3737
- cmake-format-0.6 (can be installed with `python -m pip install cmake-format==0.6.13`)
3838
- black (can be installed with `python -m pip install black==24.3.0`)
3939

40+
> **Note**: All devs dependencies are defined in `third-party/requirements.txt`
41+
> and can be installed, for example: `pip install -r third_party/requirements.txt`.
42+
4043
For building tests and multithreaded benchmarks:
4144

4245
- C++ compiler with C++17 support

third_party/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Python requirements modules
22
# Formatting the source code
3-
bandit==1.8.6
43
black==24.3.0
54
clang-format==15.0.7
65
cmake-format==0.6.13
6+
# Linting the source code
7+
bandit==1.8.6
78
# Tests
89
packaging==25.0
910
# Generating HTML documentation

0 commit comments

Comments
 (0)