Skip to content

Commit

Permalink
Install docs (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howitz <[email protected]>
  • Loading branch information
vernans and icemac authored Nov 30, 2023
1 parent 3b77bb5 commit f4c3cfe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
*.egg-info/
*.pyc
/.coverage
lib/
include/
build/
bin/
/.tox/
/.coverage
*.pyc
*.egg-info/
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ submit work log entries to Tick, via `Tick API`_.

It is based on https://github.com/ProgrammersOfVilnius/gtimelog2jira.

Installation
============

Installation with pipx
++++++++++++++++++++++

.. code-block:: sh
pipx install .
Usage
=====

Expand Down

0 comments on commit f4c3cfe

Please sign in to comment.