craftbeerpi4-pione/README.md

31 lines
450 B
Markdown
Raw Normal View History

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