Skip to content

Commit

Permalink
fix documentation order of installation
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jul 14, 2023
1 parent 52959ba commit 2302187
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ Open an Administrator: Windows Powershell prompt and run the following:
Install iblrigv8
----------------

Install a new virtual environment and update pip (modify the <Username> value if needed)

.. code-block:: powershell
C:\Users\IBLuser\AppData\Local\Programs\Python\Python310\.\python.exe -m venv C:\iblrigv8\venv
C:\iblrigv8\venv\scripts\python.exe -m pip install --upgrade pip wheel
From the Powershell command line, clone iblrig to the ‘iblrigv8’ directory, and switch to iblrigv8 branch

.. code-block:: powershell
Expand All @@ -53,6 +45,14 @@ From the Powershell command line, clone iblrig to the ‘iblrigv8’ directory,
git checkout iblrigv8
Install a new virtual environment and update pip (modify the <Username> value if needed)

.. code-block:: powershell
C:\Users\IBLuser\AppData\Local\Programs\Python\Python310\.\python.exe -m venv C:\iblrigv8\venv
C:\iblrigv8\venv\scripts\python.exe -m pip install --upgrade pip wheel
Install iblrig in editable mode

.. code-block:: powershell
Expand Down

0 comments on commit 2302187

Please sign in to comment.