From 643f3038942a62ae8e67104d8461d7fea795cb55 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 13 May 2021 21:53:43 -0400 Subject: [PATCH] python installation in makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c8660da..e9d4af2 100644 --- a/Makefile +++ b/Makefile @@ -35,3 +35,6 @@ cargos: rust programs: ./scripts/setup_cheatsheet ./scripts/setup_ytfzf + +python: brews + npm install -g pyright