From c15f6c7a9e7f64a742e7ffd25d0311155c8efb4f Mon Sep 17 00:00:00 2001 From: woodenphone Date: Fri, 17 Oct 2014 21:12:08 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9679e45..a69bb12 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Derpibooru Downloader ## Instalation and configuration +- There are two ways to run Derpibooru_dl, a windows executable or directly from the script itself. ### Standalone executable version for Windows +- Suggested for anyone without programming experience. - Download from https://github.com/woodenphone/Derpibooru-dl/releases -- This is an experimental version that only contains the downloader +- This only contains the downloader itself. ### Python scripts +- This is only suggested for those with experience in using python. - You need to have Python installed first. [You can download it here. ](https://www.python.org/download/) - Then you need pip installed. [See here for the docs](http://pip.readthedocs.org/en/latest/installing.html).