diff --git a/README.md b/README.md index 69d24c7c..592affce 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,14 @@ You can also see a simple report from the system: make report ``` -In order to run the above commands, you will need to have installed pip on your device and then install the following librairies as follow: +In order to run the above commands, you will need to have installed pip on your device and then install the librairies as follow: + +``` +pip install -r requirements.txt +``` + +Or you can manually install the following libraries: + ``` pip install flake8 ``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..02259395 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +flake8==7.1.1 +coverage==7.6.9 +Jinja2==3.1.4 \ No newline at end of file