Skip to content

Commit

Permalink
fix: Updated WSL section of Setting Up by adding a code-snippet t…
Browse files Browse the repository at this point in the history
…o install optional dependencies (#27951)

Co-authored-by: Kareem Morsy <[email protected]>
  • Loading branch information
Sai-Suraj-27 and KareemMAX authored Jan 18, 2024
1 parent 1506548 commit f09e903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/overview/contributing/setting_up.rst
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ the steps explained below will help you in setting up a less resource-intensive
pip install git+https://github.com/unifyai/ivy.git
#. If you want to set up a local repository, you can do so by following :ref:`this guide <overview/contributing/setting_up:Forking and cloning the repo>`
#. Or else, if you want to set up a local repository, you can do so by following :ref:`this guide <overview/contributing/setting_up:Forking and cloning the repo>`
as explained above and install the required development dependencies by running:

.. code-block:: none
Expand All @@ -660,6 +660,7 @@ the steps explained below will help you in setting up a less resource-intensive
.. code-block:: none
pip install -r requirements/requirements.txt
pip install -r requirements/optional.txt
#. Once done, you can now open VSCode right from your terminal and get started with your development by just running:

Expand Down

0 comments on commit f09e903

Please sign in to comment.