From 9fac4cc8bc6f4c5baba14139eaf2b72b6452dd53 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Fri, 18 Aug 2023 02:04:08 +0300 Subject: [PATCH] fix: add support for zsh and win --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index a0a80181..60caeecf 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -77,7 +77,7 @@ After activating the environment install `aiogram` from sources and their depend .. code-block:: bash - pip install -e .[dev,test,docs,fast,redis,proxy,i18n] + pip install -e ."[dev,test,docs,fast,redis,proxy,i18n]" It will install :code:`aiogram` in editable mode into your virtual environment and all dependencies.