mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 14:24:16 +02:00
Fix readme
This commit is contained in:
@@ -30,12 +30,12 @@ fpakman
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Manual installation:
|
### Manual installation:
|
||||||
Inside the project directory type the following commands:
|
The following script shows how to install the application in a separate python environment in order to not mess up with your
|
||||||
|
system's python libraries. Inside the project directory type:
|
||||||
```
|
```
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
env/bin/pip install -r requirements.txt
|
env/bin/pip install .
|
||||||
chmod +x app.py
|
env/bin/fpakman
|
||||||
./app.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Autostart
|
### Autostart
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!env/bin/python
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user