From 5188d6ddca9edd32958c008892862a9af0767780 Mon Sep 17 00:00:00 2001 From: joncrall Date: Wed, 16 Aug 2023 11:40:37 -0400 Subject: [PATCH] Note on installs --- line_profiler/__init__.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/line_profiler/__init__.py b/line_profiler/__init__.py index d6e2b928..7714e02a 100644 --- a/line_profiler/__init__.py +++ b/line_profiler/__init__.py @@ -16,13 +16,23 @@ Installation ============ -Releases of ``line_profiler`` can be installed using pip +Releases of :py:mod:`line_profiler` and :py:mod:`kernprof` can be installed +using pip .. code:: bash pip install line_profiler +The package also provides extras for optional dependencies, which can be +installed via: + + +.. code:: bash + + pip install line_profiler[all] + + Line Profiler Basic Usage =========================