From 1f35755b35d3c376742efbaa7e1620629bb2c7b3 Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Sun, 30 Oct 2022 14:36:34 +0000 Subject: [PATCH] install poetry --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 02573b0..5cba8d7 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ docs: ## build docs cd docs && make docs install: ## install packages for development + @pip install -U pip poetry @poetry install lint: ## run linters