Fixed text
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The project has just started
|
The project has just started
|
||||||
|
|
||||||
## Installation
|
## Installation:
|
||||||
|
|
||||||
Run the rolling to install:
|
Run the rolling to install:
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ To use the package:
|
|||||||
import EasyGA
|
import EasyGA
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example:
|
||||||
```python
|
```python
|
||||||
import random
|
import random
|
||||||
import EasyGA
|
import EasyGA
|
||||||
@ -37,7 +37,7 @@ ga.population.chromosomes[0].print_chromosome()
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Developing EasyGA
|
# Developing EasyGA:
|
||||||
Download the repository to some folder - If you never used git. Look up a youtube tutorial. It will all make sense.
|
Download the repository to some folder - If you never used git. Look up a youtube tutorial. It will all make sense.
|
||||||
```
|
```
|
||||||
git clone https://github.com/danielwilczak101/EasyGA.git
|
git clone https://github.com/danielwilczak101/EasyGA.git
|
||||||
@ -47,7 +47,7 @@ Then install the repositroy using this command:
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
# Working on developing a devel branch
|
# Working on developing a devel branch:
|
||||||
To install EASY, along with the tools you need to develop and run tests, run the following in your virtual env:
|
To install EASY, along with the tools you need to develop and run tests, run the following in your virtual env:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user