Skip to content

Commit

Permalink
Add installation instructions to README (#3)
Browse files Browse the repository at this point in the history
(DIS-1510)
  • Loading branch information
Schamper authored Sep 21, 2022
1 parent bf44b5f commit 320f4a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ A Dissect module implementing a parser for Microsofts Extensible Storage Engine
Active Directory, Exchange and Windows Update. For more information, please see [the
documentation](https://dissect.readthedocs.io/en/latest/projects/dissect.esedb).

## Installation

`dissect.esedb` is available on [PyPI](https://pypi.org/project/dissect.esedb/).

```bash
pip install dissect.esedb
```

This module is also automatically installed if you install the `dissect` package.

## Build and test instructions

This project uses `tox` to build source and wheel distributions. Run the following command from the root folder to build
Expand Down

0 comments on commit 320f4a1

Please sign in to comment.