From 2f2cb940890b207c24f06c4be89b24684e755844 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:43:40 +0200 Subject: [PATCH] Update README.md --- README.md | 53 ++++++++++------------------------------------------- 1 file changed, 10 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index d988d5d..895fafb 100644 --- a/README.md +++ b/README.md @@ -11,55 +11,22 @@ ![Screenshot_20221202_223646](https://user-images.githubusercontent.com/74001397/205381500-2b1e8ac8-6a6d-4d6b-b24d-d78dd680111f.png) -# Installation & Usage -**Clone from Github**: +# Installation +## Github ``` -$ git clone https://github.com/rly0nheart/thedevilseye.git +pip install git+https://github.com/rly0nheart/thedevilseye ``` - -``` -$ cd thedevilseye -``` - -``` -$ pip install -r requirements.txt -``` - -``` -$ python eye search-query -``` - -**Install from Pypi**: +## PyPI ``` -$ pip install thedevilseye +pip install thedevilseye ``` - -``` -$ eye search-query - -``` - -**Upgrade to latest version**: +# Usage ``` -$ python eye --update +thedevilseye ``` - -``` -$ pip install --upgrade thedevilseye -``` - - -# Optional Arguments -| Flag |MetaVar| Usage| -| ------------- |:----------------------:|:---------:| -| -q/--query | search query | *return results related to the search query*| -| -i/--i2p | | *switch to i2p network search* | -| --jailbait | | *Ahmia.fi self-help program; The self-help program is primarily intended for people who are worried about their interest, thoughts, feelings or actions concerning children.* [Learn more](https://ahmia.fi/legal) | -| -d/--dump | path/to/file | *dump output to a file*| -| -v/--verbose | | *enable verbosity* | -| -u/--update | | *update thedevilseye to the newest version* | -| --release-tag | | *show program's release tag and exit* | -| --licence/--license | | *show program's licen[sc]e and exit*| +### Note +> Make sure you have selenium geckodriver properly setup +>> Firefox browser needs to be installed on system # LICENSE ![license](https://user-images.githubusercontent.com/74001397/137917929-2f2cdb0c-4d1d-4e4b-9f0d-e01589e027b5.png)