mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: add support for zsh and win
This commit is contained in:
parent
5b17bd4393
commit
9fac4cc8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue