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