2021-01-26 07:56:52 +01:00
|
|
|
# CraftBeerPi
|
2018-11-16 21:46:57 +01:00
|
|
|
|
2021-01-26 07:56:52 +01:00
|
|
|
## Intro
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2021-01-27 10:43:24 +01:00
|
|
|
{% embed url="https://www.facebook.com/groups/craftbeerpi" caption="" %}
|
2021-01-26 07:56:52 +01:00
|
|
|
|
2021-01-27 10:43:24 +01:00
|
|
|
{% embed url="https://www.youtube.com/channel/UCy47sYaG8YLwJWw2iY5\_aNg" caption="" %}
|
2021-01-26 07:56:52 +01:00
|
|
|
|
2021-01-27 10:43:24 +01:00
|
|
|
{% embed url="http://web.craftbeerpi.com" caption="" %}
|
2018-11-16 21:46:57 +01:00
|
|
|
|