Update README.md

This commit is contained in:
danielwilczak101
2020-09-20 18:54:10 -04:00
committed by GitHub
parent 907753f6bf
commit d6c440bc77

View File

@ -38,7 +38,7 @@ print(ga.population.chromosomes[0].print_chromosome())
# Developing EasyGA
Download the repository to some folder
```
git clone <CURRENT URL>
git clone https://github.com/danielwilczak101/EasyGA.git
```
Then install the repositroy using this command:
```