From 86b6cb41ba35156ad6e35585df1b8cf39e69c1f7 Mon Sep 17 00:00:00 2001 From: blacknon Date: Mon, 6 May 2024 16:25:21 +0900 Subject: [PATCH] update. --- README.rst | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 6c94ec5..766ce31 100644 --- a/README.rst +++ b/README.rst @@ -4,17 +4,32 @@ PyDork Description ----------- -Scraping and listing text and image searches on Google, Bing, -DuckDuckGo, Baidu, Yahoo japan. +Scraping and listing text and image searches on **Google**, **Bing**, +**DuckDuckGo**, **Baidu**, **Yahoo japan**. Install ------- .. code:: bash - git clone https://github.com/blacknon/pydork - cd pydork - pip install ./ + pip install pydork + +Build +----- + +Documents +~~~~~~~~~ + +.. code:: bash + + python setup.py build_sphinx + +Dockerimage +~~~~~~~~~~~ + +.. code:: bash + + docker build -t "pydork" --progress=plain . How to use ----------