Updated documentation

pull/626/head
Mark Qvist 2024-11-29 15:11:51 +01:00
rodzic ec41dc1a03
commit c014357e24
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -562,7 +562,7 @@ the following line to your shell init script (for example ``~/.zshrc``) will be
.. code:: .. code::
export PATH=$PATH: export PATH=$PATH:~/Library/Python/3.9/bin
Adjust Python version and shell init script location according to your system. Adjust Python version and shell init script location according to your system.

Wyświetl plik

@ -677,7 +677,7 @@ not in the case of installing Reticulum.</p>
manually add your installed <code class="docutils literal notranslate"><span class="pre">pip</span></code> packages directory to your <cite>PATH</cite> environment manually add your installed <code class="docutils literal notranslate"><span class="pre">pip</span></code> packages directory to your <cite>PATH</cite> environment
variable, before you can use installed commands in your terminal. Usually, adding variable, before you can use installed commands in your terminal. Usually, adding
the following line to your shell init script (for example <code class="docutils literal notranslate"><span class="pre">~/.zshrc</span></code>) will be enough:</p> the following line to your shell init script (for example <code class="docutils literal notranslate"><span class="pre">~/.zshrc</span></code>) will be enough:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export PATH=$PATH: <div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export PATH=$PATH:~/Library/Python/3.9/bin
</pre></div> </pre></div>
</div> </div>
<p>Adjust Python version and shell init script location according to your system.</p> <p>Adjust Python version and shell init script location according to your system.</p>

File diff suppressed because one or more lines are too long