From 0d250bbfc6b5fb31f1457005fc450f76889b458f Mon Sep 17 00:00:00 2001 From: Ahmed Gad Date: Thu, 17 Jun 2021 22:45:07 -0400 Subject: [PATCH] Add files via upload --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index b695f12..6c63829 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,6 @@ To install [PyGAD](https://pypi.org/project/pygad), simply use pip to download a For Windows, issue the following command: -```python -pip install pygad -``` - -For Linux and Mac, replace `pip` by use `pip3` because the library only supports Python 3. - ```python pip3 install pygad ```