> For the complete documentation index, see [llms.txt](https://flajann2.gitbook.io/rubyneat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flajann2.gitbook.io/rubyneat/1_rubyneat__ruby_implementation_of_neural_evolutio/14_installation.md).

# 1.4 Installation

You may install RubyNEAT by cloning the repo at GitHub: [RubyNEAT Github](https://github.com/flajann2/rubyneat)

Or you may get it via a gem

```
gem install rubyneat --pre
```

## 1.4.1 Requirements <a href="#id-1-4-1-requirements" id="id-1-4-1-requirements"></a>

You will need at least Ruby 2.0.0, though we strongly recommend 2.1.1 or better. We will NOT be supporting 1.9.x, as that is being phased out anyway.
