Update README.md
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user