Skip to content

Commit

Permalink
Note on installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Aug 16, 2023
1 parent df62744 commit 5188d6d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion line_profiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
=========================
Expand Down

0 comments on commit 5188d6d

Please sign in to comment.