fix: add support for zsh and win

This commit is contained in:
Oleg A 2023-08-18 02:04:08 +03:00
parent 5b17bd4393
commit 9fac4cc8bc
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -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.