From 85a8c4a100b5c376f63f8a0bd2685f05a7584109 Mon Sep 17 00:00:00 2001 From: Andy Trofimov Date: Tue, 19 Jul 2022 18:56:31 +0500 Subject: [PATCH] Remove repo installation --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index ce1c7a6..b870022 100644 --- a/README.md +++ b/README.md @@ -35,24 +35,6 @@ # CLI + GUI pip install parser-2gis[gui] ``` - -### Установка из репозитория - ```bash - git clone https://github.com/interlark/parser-2gis - cd parser-2gis - - python -m venv venv - - # Windows - .\venv\Scripts\activate.bat - # Linux, MacOS - . venv/bin/activate - - # CLI - pip install . - # CLI + GUI - pip install .[gui] - ``` ## 📖 Документация Описание работы доступно на [вики](https://github.com/interlark/parser-2gis/wiki).