Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwright-mcc committed Dec 28, 2023
1 parent 693bbf8 commit e7a1e2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Installation

sudo pip install daqhats
Recent versions of Python discourage system-wide installation, so you may have to append `--break-system-packages`.
To install in a virtual environment (venv), create the venv and install the package (replace `<path_to_venv>` with the
Recent versions of Python discourage system-wide installation, so you may have to append ``--break-system-packages``.
To install in a virtual environment (venv), create the venv and install the package (replace ``<path_to_venv>`` with the
desired location of the venv)::
python -m venv <path_to_venv>
Expand Down
Binary file modified docs/_static/daqhatLibrary.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">pip</span> <span class="n">install</span> <span class="n">daqhats</span>
</pre></div>
</div>
<p>Recent versions of Python discourage system-wide installation, so you may have to append <cite>break-system-packages</cite>.
To install in a virtual environment (venv), create the venv and install the package (replace <cite>&lt;path_to_venv&gt;</cite> with the
<p>Recent versions of Python discourage system-wide installation, so you may have to append <code class="docutils literal notranslate"><span class="pre">--break-system-packages</span></code>.
To install in a virtual environment (venv), create the venv and install the package (replace <code class="docutils literal notranslate"><span class="pre">&lt;path_to_venv&gt;</span></code> with the
desired location of the venv):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">python</span> <span class="o">-</span><span class="n">m</span> <span class="n">venv</span> <span class="o">&lt;</span><span class="n">path_to_venv</span><span class="o">&gt;</span>
<span class="o">&lt;</span><span class="n">path_to_venv</span><span class="o">&gt;/</span><span class="nb">bin</span><span class="o">/</span><span class="n">pip</span> <span class="n">install</span> <span class="n">daqhats</span>
Expand Down
4 changes: 2 additions & 2 deletions docsource/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Installation

sudo pip install daqhats
Recent versions of Python discourage system-wide installation, so you may have to append `--break-system-packages`.
To install in a virtual environment (venv), create the venv and install the package (replace `<path_to_venv>` with the
Recent versions of Python discourage system-wide installation, so you may have to append ``--break-system-packages``.
To install in a virtual environment (venv), create the venv and install the package (replace ``<path_to_venv>`` with the
desired location of the venv)::
python -m venv <path_to_venv>
Expand Down

0 comments on commit e7a1e2c

Please sign in to comment.