Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 18:54:00 -04:00
committed by GitHub
parent 17f8ea5a87
commit 5c4dd96427

View File

@ -10,7 +10,7 @@ Run the rolling to install:
pip3 install EasyGA pip3 install EasyGA
``` ```
## Getting started with EasyGA ## Getting started with EasyGA:
```Python ```Python
import EasyGA import EasyGA
@ -19,7 +19,7 @@ ga = EasyGA.GA()
# Run the defult genetic algorithm # Run the defult genetic algorithm
ga.evolve() ga.evolve()
``` ```
### Output ### Output:
```Python ```Python
print("Output HERE") print("Output HERE")
``` ```