Skip to content

Commit

Permalink
Remove repo installation
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed Jul 19, 2022
1 parent 55c2705 commit 85a8c4a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 85a8c4a

Please sign in to comment.