From fb790fc206ffe916302190edd538dd69ee491914 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 16 Jan 2020 23:29:21 +0000 Subject: [PATCH] Install python from Homebrew on macOS --- .conduit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index eb94955..894c7fd 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -1,5 +1,7 @@ --- - location: ~/.config/python +- brew: + - python - pip: - yapf - isort