Update README.md

This commit is contained in:
2019-09-19 18:01:21 -04:00
committed by GitHub
parent 8d16c13028
commit 8e45649292
+4 -2
View File
@@ -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`:
<pre class="console"><code>$ <strong>pip3 install bake-cli</strong>
```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</code></pre>
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.