Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 17:16:47 -04:00
committed by GitHub
parent 5b7965c7c4
commit 0530908598

View File

@ -10,6 +10,16 @@ Run the rolling to install:
pip3 install EasyGA
```
## Getting started with EasyGA
```Python
import EasyGA
# Setup your defult GA
ga = EasyGA.GA()
# Run your defult GA
ga.initialize()
```
## How to use EasyGA:
```python
import random