Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Nov 11, 2023
1 parent e1a759c commit bd3e22e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2023-11-11: [DOCS] Update installation instructions
2023-11-10: [FEATURE] Add custom hooks to certain widgets (refer to docs for more)
2023-10-16: [FEATURE] Updated `Bluetooth` widget to add context menu
2023-10-08: [BUGFIX] Fix `BrightnessControl` text display issue in `Bar` mode
Expand Down
8 changes: 7 additions & 1 deletion docs/manual/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@ from `Copr`_::
Everyone else
=============

Clone the repo and run ``python setup.py install``.
You can use ``pip`` to install the package e.g. ``pip install --user .``.

Alternatively, you can use the ``build`` and ``installer`` modules and run:

.. code::
python -m build --wheel
python -m installer dist/*.whl

0 comments on commit bd3e22e

Please sign in to comment.