docs: add both install commands (win,lin,mac)

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

View file

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