README excerpt
Evelyn
=========
*A framework to understand how to implements Evolutionary Algorithms on Pharo Smalltalk.*
### Benefits:
- Has examples
- Only necessary implement the particular concepts
### Highlights:
- **Supported Platforms**: [Pharo 6](http://www.pharo.org/)
- **Source Code Repository** and **Issue Tracking**: In this GitHub repository.
### Get started!
#### Pharo 6
- Open a Playground and evaluate:
```smalltalk
Metacello new
baseline: 'Evelyn';
repository: 'github://TeamEvelyn/Evelyn:master/Source';
load: 'Development'
```