From e05282b76daeccd85fe2f40b94ecd93debc4ec5d Mon Sep 17 00:00:00 2001 From: Oleg A Date: Fri, 18 Aug 2023 02:20:49 +0300 Subject: [PATCH] docs: add both install commands (win,lin,mac) --- docs/contributing.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 60caeecf..4ea20a5a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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