diff --git a/README.md b/README.md
index 0db2d63..a10de40 100644
--- a/README.md
+++ b/README.md
@@ -45,13 +45,17 @@ See full description of Maigret features [in the documentation](https://maigret.
## Installation
-‼️ Maigret is available online via [official Telegram bot](https://t.me/osint_maigret_bot).
+‼️ Maigret is available online via [official Telegram bot](https://t.me/osint_maigret_bot). Consider using it if you don't want to install anything.
-Maigret can be installed using pip, Docker, or simply can be launched from the cloned repo.
+### Windows
Standalone EXE-binaries for Windows are located in [Releases section](https://github.com/soxoj/maigret/releases) of GitHub repository.
-Also, you can run Maigret using cloud shells and Jupyter notebooks (see buttons below).
+Video guide on how to run it: https://youtu.be/qIgwTZOmMmM.
+
+### Installation in Cloud Shells
+
+You can launch Maigret using cloud shells and Jupyter notebooks. Press one of the buttons below and follow the instructions to launch it in your browser.
[](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/soxoj/maigret&tutorial=README.md)
@@ -59,7 +63,9 @@ Also, you can run Maigret using cloud shells and Jupyter notebooks (see buttons
-### Package installing
+### Local installation
+
+Maigret can be installed using pip, Docker, or simply can be launched from the cloned repo.
**NOTE**: Python 3.10 or higher and pip is required, **Python 3.11 is recommended.**
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 0aa87c3..e8fc7bb 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -7,8 +7,43 @@ Maigret can be installed using pip, Docker, or simply can be launched from the c
Also, it is available online via `official Telegram bot `_,
source code of a bot is `available on GitHub `_.
-Package installing
-------------------
+Windows Standalone EXE-binaries
+-------------------------------
+
+Standalone EXE-binaries for Windows are located in the `Releases section `_ of GitHub repository.
+
+Currently, the new binary is created automatically after each commit to **main** and **dev** branches.
+
+Video guide on how to run it: https://youtu.be/qIgwTZOmMmM.
+
+
+Cloud Shells and Jupyter notebooks
+----------------------------------
+
+In case you don't want to install Maigret locally, you can use cloud shells and Jupyter notebooks.
+Press one of the buttons below and follow the instructions to launch it in your browser.
+
+.. image:: https://user-images.githubusercontent.com/27065646/92304704-8d146d80-ef80-11ea-8c29-0deaabb1c702.png
+ :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/soxoj/maigret&tutorial=README.md
+ :alt: Open in Cloud Shell
+
+.. image:: https://replit.com/badge/github/soxoj/maigret
+ :target: https://repl.it/github/soxoj/maigret
+ :alt: Run on Replit
+ :height: 50
+
+.. image:: https://colab.research.google.com/assets/colab-badge.svg
+ :target: https://colab.research.google.com/gist/soxoj/879b51bc3b2f8b695abb054090645000/maigret-collab.ipynb
+ :alt: Open In Colab
+ :height: 45
+
+.. image:: https://mybinder.org/badge_logo.svg
+ :target: https://mybinder.org/v2/gist/soxoj/9d65c2f4d3bec5dd25949197ea73cf3a/HEAD
+ :alt: Open In Binder
+ :height: 45
+
+Local installation from PyPi
+----------------------------
Please note that the sites database in the PyPI package may be outdated.
If you encounter frequent false positive results, we recommend installing the latest development version from GitHub instead.
@@ -42,37 +77,6 @@ Development version (GitHub)
pip3 install poetry
poetry run maigret
-Cloud shells and Jupyter notebooks
-----------------------------------
-
-In case you don't want to install Maigret locally, you can use cloud shells and Jupyter notebooks.
-
-.. image:: https://user-images.githubusercontent.com/27065646/92304704-8d146d80-ef80-11ea-8c29-0deaabb1c702.png
- :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/soxoj/maigret&tutorial=README.md
- :alt: Open in Cloud Shell
-
-.. image:: https://replit.com/badge/github/soxoj/maigret
- :target: https://repl.it/github/soxoj/maigret
- :alt: Run on Replit
- :height: 50
-
-.. image:: https://colab.research.google.com/assets/colab-badge.svg
- :target: https://colab.research.google.com/gist/soxoj/879b51bc3b2f8b695abb054090645000/maigret-collab.ipynb
- :alt: Open In Colab
- :height: 45
-
-.. image:: https://mybinder.org/badge_logo.svg
- :target: https://mybinder.org/v2/gist/soxoj/9d65c2f4d3bec5dd25949197ea73cf3a/HEAD
- :alt: Open In Binder
- :height: 45
-
-Windows standalone EXE-binaries
--------------------------------
-
-Standalone EXE-binaries for Windows are located in the `Releases section `_ of GitHub repository.
-
-Currently, the new binary is created automatically after each commit to the main branch, but is not deployed to the Releases section automatically.
-
Docker
------