mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
GitBook: [master] one page modified
This commit is contained in:
parent
e29437e076
commit
a8d40109cc
1 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,11 @@ CraftBeerPi is an open source brewing controller.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
CraftBeerPi is python based and will require at last python 3.7.x
|
CraftBeerPi is python based and will require at last python 3.7.x
|
||||||
|
You can run CBPi 4.x on your Laptop.
|
||||||
|
|
||||||
|
Download an install Python 3.7 [https://www.python.org/downloads/](https://www.python.org/downloads/)
|
||||||
|
|
||||||
|
Open a terminal window and run the following commands.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
sudo python3 -m pip install cbpi
|
sudo python3 -m pip install cbpi
|
||||||
|
@ -20,6 +25,8 @@ cbpi setup
|
||||||
cbpi start
|
cbpi start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The server is running under http://localhost:8000 by default.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
{% embed url="https://www.facebook.com/groups/craftbeerpi" %}
|
{% embed url="https://www.facebook.com/groups/craftbeerpi" %}
|
||||||
|
|
Loading…
Reference in a new issue