From 053090859890364d16c33084cdc690371e5bb18b Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Mon, 21 Sep 2020 17:16:47 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e90368e..e952342 100644 --- a/README.md +++ b/README.md @@ -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