From f1ba37fa17e49605c4eccffa809ef534c4e7aff4 Mon Sep 17 00:00:00 2001 From: allexio-bot Date: Sun, 4 Apr 2021 10:39:50 +0200 Subject: [PATCH] Fixed summary links in readme --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48454df..e7f1278 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,14 @@ Getting Started
  • Usage
  • +
  • License
  • @@ -75,7 +79,9 @@ This project requires the NudeNet pypi library. pip install NudeNet ``` -### Creating your own Distributable (optional) +### Creating your own Distributable + +_This is entirely optional, and is meant for developers, not users_ 1. Clone the repo 2. Move to the root directory of the project @@ -94,7 +100,9 @@ pip install NudeNet ## Usage -### With the executable (**Windows only**) +### With the executable + +(**Windows only**) See the prerequisites section if you haven't already. @@ -104,7 +112,7 @@ See the prerequisites section if you haven't already. 3. Double click on fb_data_analyser.exe 4. If Windows shows you a warning about the fact that you downloaded this from the internet, click show more and then run anyway. -### With python (cloned repo) +### With Python If you want to launch the python project, you will need python 3.7+