Mercurial > piecrust2
comparison docs/pages/_index.md @ 405:1970e7e3a18e
docs: Add the `--pre` flag to `pip install` while PieCrust is in beta.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 24 May 2015 18:35:57 -0700 |
parents | 26e59f837558 |
children | 94d7d5e38571 |
comparison
equal
deleted
inserted
replaced
404:27b10024f8d8 | 405:1970e7e3a18e |
---|---|
95 You can follow the detailed instructions on the [Getting Started][1] | 95 You can follow the detailed instructions on the [Getting Started][1] |
96 page, or, if you're already experienced in the culinary arts: | 96 page, or, if you're already experienced in the culinary arts: |
97 | 97 |
98 virtualenv pcenv | 98 virtualenv pcenv |
99 <activate pcenv> | 99 <activate pcenv> |
100 pip install piecrust | 100 pip install piecrust --pre |
101 chef init mynewwebsite | 101 chef init mynewwebsite |
102 cd mynewwebsite | 102 cd mynewwebsite |
103 chef prepare post my-first-post | 103 chef prepare post my-first-post |
104 chef serve | 104 chef serve |
105 chef bake | 105 chef bake |