Skip to content

Commit 9409779

Browse files
authored
Add pip requirements to README.md (#200)
1 parent ef69f61 commit 9409779

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ This rework consists of a full code rewriting, in order to implement more featur
66

77
## Requirements
88

9-
The project only requires `C++20` and `cmake`.
9+
The project only requires `C++20` or greater and `cmake`.
10+
11+
Utilities are written in python. To install their dependencies:
12+
```shell
13+
pip install -r ./requirements.txt
14+
```
1015

1116
## Installation
1217
The library can be installed using CMake. To do this build it with the commands:

0 commit comments

Comments
 (0)