# Installation

## Prerequisites

- Ruby: Ensure you have a compatible version of Ruby installed, ideally Ruby 2.5 or later.
- Bundler (optional): Bundler is recommended for managing dependencies.

## Steps

- Add the gem to your Gemfile:
```ruby
gem 'chargeover_ruby'
```
- Then run:
```ruby
bundle install
```

- Alternatively, install it directly:
```ruby
gem install chargeover_ruby
```