mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Small typo fix
This commit is contained in:
parent
58868ec627
commit
94e11ce8e9
2 changed files with 1 additions and 4 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