Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 15:43:53 -04:00
committed by GitHub
parent 7e4e6ef0f5
commit e0bfcf8e0e

View File

@ -1,6 +1,6 @@
# EasyGA - A general solution to Genetic Algorithms # EasyGA - A general solution to Genetic Algorithms
The project has just started Project description
## Installation: ## Installation:
@ -10,12 +10,7 @@ Run the rolling to install:
pip3 install EasyGA pip3 install EasyGA
``` ```
To use the package: ## How to use EasyGA:
```python
import EasyGA
```
## All you need to get started:
```python ```python
import random import random
import EasyGA import EasyGA