From f5f2ae87d723ac2af88495ce5eadb573902c25ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 10:08:18 -0400 Subject: [PATCH 1/5] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 426bfd3..a1d8126 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,25 @@ Options: ## Installation of `bake`: +**MacOS**: + +```console +$ brew install kennethreitz/-/bake +==> Installing bake from kennethreitz/- +… +🍺 /usr/local/Cellar/bake/19-09-16: 1,563 files, 16.7MB, built in 11 seconds + +**Linux**: + ```console $ pip 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 ``` +✨🍰✨ + --------------- ## `$ cat Bakefile` From 9bb5bcb81cff95b493645d5ba5610c1aee008912 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 10:09:07 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1d8126..7eca0d3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ $ brew install kennethreitz/-/bake ==> Installing bake from kennethreitz/- … 🍺 /usr/local/Cellar/bake/19-09-16: 1,563 files, 16.7MB, built in 11 seconds +``` **Linux**: From 3f893b09ee144893ab7f98b46fe26020d809851f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 10:10:08 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eca0d3..dd9495c 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,17 @@ $ brew install kennethreitz/-/bake 🍺 /usr/local/Cellar/bake/19-09-16: 1,563 files, 16.7MB, built in 11 seconds ``` -**Linux**: +**Various Linux Distributions**: ```console -$ pip install bake-cli +$ 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 ``` +**Note**: Python 3.6+ is required. + ✨🍰✨ --------------- From 898f0448302c2556474c50180b7c6e6edce9b00c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 10:10:30 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dd9495c..729447b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ $ brew install kennethreitz/-/bake 🍺 /usr/local/Cellar/bake/19-09-16: 1,563 files, 16.7MB, built in 11 seconds ``` -**Various Linux Distributions**: +**Various Linux Distributions** (Python 3.6+): ```console $ pip3 install bake-cli @@ -63,8 +63,6 @@ Collecting bake-cli Successfully installed bake-cli-0.2.0 delegator.py-0.1.1 pexpect-4.7.0 ptyprocess-0.6.0 ``` -**Note**: Python 3.6+ is required. - ✨🍰✨ --------------- From 1e2981a6e32035ebbf9d773c5c800a2a131b52f2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 10:11:05 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 729447b..a71c454 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Options: ------------------ -## Installation of `bake`: +## Installing `$ bake` **MacOS**: