Metadata-Version: 2.1
Name: system-insight
Version: 1.2.7
Summary: A simple tool for quickly gathering information about the current state of the system.
Home-page: https://github.com/AquaQuokka/system-insight
Author: AquaQuokka
License: BSD-3-Clause
Description-Content-Type: text/markdown
Requires-Dist: psutil

# System Insight

## A simple tool for quickly gathering information about the current state of the system.

### Installation

1. Download the repository as an archive from GitHub and extract it, or use the Git or GitHub CLIs to
   clone it.

2. Move into the cloned project, and run the following command:

```bash
py setup.py bdist_wheel
```

3. Run the following command:

```bash
pip install dist/SOME_NAME_HERE.whl
```

