mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
docs: add both install commands (win,lin,mac)
This commit is contained in:
parent
9fac4cc8bc
commit
e05282b76d
1 changed files with 9 additions and 1 deletions
|
|
@ -73,12 +73,20 @@ errors on next steps:
|
|||
Setup project
|
||||
-------------
|
||||
|
||||
After activating the environment install `aiogram` from sources and their dependencies:
|
||||
After activating the environment install `aiogram` from sources and their dependencies.
|
||||
|
||||
For Linux and MacOS:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install -e ."[dev,test,docs,fast,redis,proxy,i18n]"
|
||||
|
||||
For Windows:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
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.
|
||||
|
||||
Making changes in code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue