Skip to content

Commit

Permalink
Document how to install via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jan 26, 2024
1 parent ed2b0f3 commit 783261e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/install-on-debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,15 @@ This is the only way to install the locked dependencies.
Install via pip
---------------

TBD
.. code-block:: console
(.venv) howitz@myserver:~$ pip install howitz
(.venv) howitz@myserver:~$
This will not install dependencies from the frozen list so there might be some
annoying dependency surprises.

The example config-file is also not distributed via this method.

Configure howitz
================
Expand Down

0 comments on commit 783261e

Please sign in to comment.