mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
GitBook: [master] 2 pages modified
This commit is contained in:
parent
eb22311de7
commit
80cda08333
2 changed files with 32 additions and 4 deletions
32
README.md
32
README.md
|
@ -1,6 +1,30 @@
|
||||||
# CraftBeerPi4
|
# CraftBeerPi
|
||||||
|
|
||||||
This is the development project for CraftBeerPi4.
|
## Intro
|
||||||
It's not ready to use at the moment.
|
|
||||||
|
CraftBeerPi is an open source brewing controller.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
CraftBeerPi is python based and will require at last python 3.7.x
|
||||||
|
|
||||||
|
```text
|
||||||
|
sudo python3 -m pip install cbpi
|
||||||
|
```
|
||||||
|
|
||||||
|
```text
|
||||||
|
cbpi setup
|
||||||
|
```
|
||||||
|
|
||||||
|
```text
|
||||||
|
cbpi start
|
||||||
|
```
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
{% embed url="https://www.facebook.com/groups/craftbeerpi" %}
|
||||||
|
|
||||||
|
{% embed url="https://www.youtube.com/channel/UCy47sYaG8YLwJWw2iY5\_aNg" %}
|
||||||
|
|
||||||
|
{% embed url="http://web.craftbeerpi.com" %}
|
||||||
|
|
||||||
[See Documentation](https://manuel83.github.io/craftbeerpi4/)
|
|
4
SUMMARY.md
Normal file
4
SUMMARY.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Table of contents
|
||||||
|
|
||||||
|
* [CraftBeerPi](README.md)
|
||||||
|
|
Loading…
Reference in a new issue