adding more in-depth python instructions

This commit is contained in:
Kibi Kelburton 2022-05-16 12:39:42 +02:00
parent 429b5003d5
commit 2447d62dac

View File

@ -27,5 +27,6 @@ cp config_example.json config.json
- edit config.json
- set up clients, as described here: https://git.lat/keinBot/cuffeo
pip install nsfw_detector
#if this fails make sure to have enough dedicated ram or swap space, alternatively try with pip install nsfw_detector --no-cache-dir
npm start
```