Browse Source

updated README with new and working install order

master
alpcentaur 6 months ago
parent
commit
10cdab6f60
1 changed files with 15 additions and 11 deletions
  1. +15
    -11
      README.md

+ 15
- 11
README.md View File

@ -49,18 +49,8 @@ In Future, the spider will be extended by the model Sauerkraut.
An !open source! Artificial Neural Network.
# Installation
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
```
then install systemwide requirements with your package manager
FIRST install systemwide requirements with your package manager
```
# apt based unixoids
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
## Configuration File Syntax

Loading…
Cancel
Save