Skip to content

Commit

Permalink
Update website to output generated at 8d97bb4
Browse files Browse the repository at this point in the history
  • Loading branch information
ansantam committed Feb 6, 2024
1 parent 839425f commit 52a7667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7519,7 +7519,7 @@ <h3 id="Using-venv">Using venv<a class="anchor-link" href="#Using-venv">¶</a></
</pre></div>
<p>and activate the env with <code>$ source &lt;venv&gt;/bin/activate</code> (bash) or <code>C:&gt; &lt;venv&gt;/Scripts/activate.bat</code> (Windows)</p>
<p>Then, install the packages with <code>pip</code> within the activated environment</p>
<div class="highlight"><pre><span></span>python3<span class="w"> </span>-m<span class="w"> </span>pip3<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>requirements.txt
<div class="highlight"><pre><span></span>python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>requirements.txt
</pre></div>
<p>Afterwards, you should be able to run the provided scripts.</p>
</div>
Expand Down

0 comments on commit 52a7667

Please sign in to comment.