Skip to content

Commit

Permalink
updated readme with tshark dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kspviswa committed Jun 9, 2024
1 parent 9630276 commit 22f787b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ ollama pull dolphin-mistral:latest
```
3) If not running the desktop application, Start Ollama Server (refer [here](https://github.com/ollama/ollama?tab=readme-ov-file#start-ollama))

4) You also need to install `tshark` executable. You could either install the [Wireshark Application](https://www.wireshark.org/download.html) or simply use `brew install tshark`.

<details>
<summary>⚠️Warning⚠️ If you don't perform this step, you may below error</summary>

```
TSharkNotFoundException: TShark not found. Try adding its location to the configuration file.
```
</details>



## Usage

1) Install *LPW* using pip
Expand Down

0 comments on commit 22f787b

Please sign in to comment.