Skip to content

Commit

Permalink
Add Python package dependencies to Readme
Browse files Browse the repository at this point in the history
Resolves: #44
  • Loading branch information
val-ms committed Jul 28, 2022
1 parent 2447f41 commit 659aa1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ Run this tool as often as you like, but it will only download new content if the

- Python 3.6 or newer.
- An internet connection with DNS enabled.
- The following Python packages. These will be installed automatically if you use `pip`, but may need to be installed manually otherwise:
- `click` v7.0 or newer
- `coloredlogs` v10.0 or newer
- `colorama`
- `requests`
- `dnspython` v2.1.0 or newer
- `rangehttpserver`

## Installation

Expand Down

0 comments on commit 659aa1e

Please sign in to comment.