Installation
Prerequisites
1. Download the Repository
Clone the repository to your local machine using Git and navigate to the project directory:
git clone https://github.com/madebyjake/hashreport.git && cd hashreport
Alternatively, you can download the repository as a ZIP file and extract it to a folder on your machine.
2. Install Dependencies
First we'll install Poetry, a Python packaging and dependency management tool. There are a few ways to do this, but the recommended method is to use the installer script:
curl -sSL https://install.python-poetry.org | python3 -
Next, install the project dependencies using Poetry:
poetry install
3. Run the Application
You can now run the application using Poetry:
poetry run hashreport --help