Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 10, 2024
1 parent 2030729 commit 750fb3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/accessories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The source code is available from the `ec repository
<https://github.com/KenKundert/ec>`_ on GitHub, or you can install it directly
with::

pip install --user engineering_calculator
pip install engineering_calculator



Expand Down Expand Up @@ -122,7 +122,7 @@ The source code is available from the `tvm repository
<https://github.com/KenKundert/tvm>`_ on GitHub, or you can install it directly
with::

pip install --user tvm
pip install tvm



Expand All @@ -149,7 +149,7 @@ The source code is available from the `psf_utils repository
<https://github.com/KenKundert/psf_utils>`_ on GitHub, or you can install it
directly with::

pip install --user psf_utils
pip install psf_utils



Expand Down Expand Up @@ -179,7 +179,7 @@ The source code is available from the `quantiphy_eval repository
<https://github.com/KenKundert/quantiphy_eval>`_ on GitHub, or you can install
it directly with::

pip install --user quantiphy_eval
pip install quantiphy_eval



Expand Down Expand Up @@ -216,7 +216,7 @@ The source code is available from the `remind repository
<https://github.com/KenKundert/remind>`_ on GitHub, or you can install it
directly with::

pip install --user schedule-reminder
pip install schedule-reminder



Expand Down Expand Up @@ -290,4 +290,4 @@ The source code is available from the `rkm_codes repository
<https://github.com/KenKundert/rkm_codes>`_ on GitHub, or you can install it
directly with::

pip install --user rkm_codes
pip install rkm_codes
4 changes: 4 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Install with::
Requires Python 3.6 or newer. If you using an earlier version of Python,
install version 2.10 of *QuantiPhy*.

Alternately, *QuantiPhy* is also available in *Conda*. Install it with::

conda install quantiphy --channel conda-forge

You use *Quantity* to convert numbers and units in various forms to quantities:

.. code-block:: python
Expand Down

0 comments on commit 750fb3d

Please sign in to comment.