From 9def21dd489c5748e35200a93a4cb447fd769432 Mon Sep 17 00:00:00 2001 From: Rodri <rgruiz0001@gmail.com> Date: Fri, 17 Dec 2021 11:16:14 +0100 Subject: [PATCH] update readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c7b321..374d836 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,20 @@ This file is normally located in the base direcotry of a python project, and it - **classifiers:** Specifies classifiers for the project. Read more about it (here)[https://pypi.org/classifiers/] ### Makefile -It declares multiple recipes for the project which include `install`, `install_dev`, `clean`, and multiple `test` recipes. +It declares the following recipes: +- **install:** Installs the project. +- **install-dev:** Installs the project in editable mode. +- **clean:** +- **test:** +- **test-cov:** +- **test-loop:** +- **flake8:** +- **pep8:** +- **docstyle:** +- **lint:** +- **dependencies:** +- **black:** +- **black-check:** ## Additional Setup -- GitLab