From e6129a2b0330df6f2d39760cedee40c1ba83f779 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 26 Jan 2021 19:55:55 +0000 Subject: [PATCH] GitBook: [master] 2 pages modified --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 77eb82b..3caa449 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,27 @@ cbpi start The server is running under http://localhost:8000 by default. +### Installation from GitHub + +You can install the latest master version direclty from GitHub. + +```text +pip install https://github.com/Manuel83/craftbeerpi4/archive/master.zip +``` + +### Create a Python Virtual Environment + +The advantage of a virtual enviroment is to separate the python dependencies. +This is interesting for testing and to install several CBPi intances at the same time. + +{% embed url="https://docs.python.org/3/library/venv.html" %} + +```text +python3 -m venv venv + +source venv/bin/activate +``` + ## Links {% embed url="https://www.facebook.com/groups/craftbeerpi" %}