From 2447d62dac3209bd06279ec060b9d2ed7eeae9be Mon Sep 17 00:00:00 2001 From: noxy Date: Mon, 16 May 2022 12:39:42 +0200 Subject: [PATCH] adding more in-depth python instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78de55f..0983568 100644 --- a/README.md +++ b/README.md @@ -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 ```