Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chapinb committed Jul 10, 2020
1 parent 6b11af2 commit e08db4f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc_src/source/parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Parsers
:members:
.. automodule:: libchickadee.parsers.xlsx
:members:

.. automodule:: libchickadee.parsers.evtx
:members:

Indices and tables
==================
Expand Down
11 changes: 11 additions & 0 deletions libchickadee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
#. Install dependencies: ``pip install .``
#. Run ``chickadee --help`` to get started.
Install the latest features without Git
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you would like to install the latest pre-release version, feel free to use
the above steps to clone the repository and install. You can also use pip
to directly install the latest master branch from GitHub by running:
```
pip install git+https://github.com/chapinb/chickadee.git
```
Contribution
------------
Expand Down

0 comments on commit e08db4f

Please sign in to comment.