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
53a82b4249
commit
e6129a2b03
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -27,6 +27,27 @@ cbpi start
|
||||||
|
|
||||||
The server is running under http://localhost:8000 by default.
|
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
|
## Links
|
||||||
|
|
||||||
{% embed url="https://www.facebook.com/groups/craftbeerpi" %}
|
{% embed url="https://www.facebook.com/groups/craftbeerpi" %}
|
||||||
|
|
Loading…
Reference in a new issue