From 8e456492925cf8bac30a93c09f8365616d6d39a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Thu, 19 Sep 2019 18:01:21 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7850c3..9c4f7b0 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,12 @@ project seeks to bridge all of these worlds into a single entrypoint — ideal The primary installation method of `bake`, today, is via `pip`: -
$ pip3 install bake-cli
+```console
+$ pip3 install bake-cli
 Collecting bake-cli
 …
-Successfully installed bake-cli-0.2.0 delegator.py-0.1.1 pexpect-4.7.0 ptyprocess-0.6.0
+Successfully installed bake-cli-0.2.0 delegator.py-0.1.1 pexpect-4.7.0 ptyprocess-0.6.0 +``` This will always work, but it will not be the default recommendation.