Skip to content

Commit

Permalink
PD-5578
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 committed Jan 9, 2025
1 parent 72bfd7d commit 9e8058c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>Install Python modules</h2>
<ol>
<li><b>Activate the virtual environment</b>:</li>
<ul>
<li>Windows CMD or PowerShell: <code class="language-shell">&lt;path_to_venv&gt;\Scripts\activate</code></li>
<li>Windows CMD and PowerShell: <code class="language-shell">&lt;path_to_venv&gt;\Scripts\activate</code></li>
<li>Windows GitBash: <code class="language-shell">source &lt;path_to_venv&gt;/Scripts/activate</code></li>
<li>Unix: <code class="language-shell">source &lt;path_to_venv&gt;/bin/activate</code></li>
</ul>
Expand Down

0 comments on commit 9e8058c

Please sign in to comment.