From 3f893b09ee144893ab7f98b46fe26020d809851f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 10:10:08 -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 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. + ✨🍰✨ ---------------