updated README with new and working install order

This commit is contained in:
alpcentaur 2024-03-05 14:43:43 +01:00
parent ccfe20044f
commit 10cdab6f60

View file

@ -49,18 +49,8 @@ In Future, the spider will be extended by the model Sauerkraut.
An !open source! Artificial Neural Network. An !open source! Artificial Neural Network.
# Installation # Installation
Create a python3 virtualenv on your favourite UNIX Distribution
with the command
``` FIRST install systemwide requirements with your package manager
git clone https://code.basabuuka.org/alpcentaur/fdb-spider
cd fdb-spider
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```
then install systemwide requirements with your package manager
``` ```
# apt based unixoids # apt based unixoids
apt install xvfb apt install xvfb
@ -73,6 +63,20 @@ pacman -S chromium
``` ```
THEN create a python3 virtualenv on your favourite UNIX Distribution
with the command
```
git clone https://code.basabuuka.org/alpcentaur/fdb-spider
cd fdb-spider
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```
# Usage # Usage
## Configuration File Syntax ## Configuration File Syntax