ahmedfgad / GeneticAlgorithmPython

Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
https://pygad.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.9k stars 467 forks source link

You recommend pip3 for linux and mac, but pip for windows. Why? #32

Closed StoneCypher closed 3 years ago

StoneCypher commented 3 years ago

If it's pip3 anywhere, it's pip3 everywhere. Windows gets pip3 from python3 just like everybody else

ahmedfgad commented 3 years ago

Thank you! I usually use pip for Python3 in Windows which makes no issue. For Linux/Mac, pip never works for Python3. I will update the documentation to reflect upon that soon.

rengel8 commented 3 years ago

For me it does not make any difference on Windows to use pip -V oder pip3 -V is resolved by the same version. Linux still has python 2.x under the hood, as far as I know, why it does make sense to be sure in choosing the right instance of a package manager. Whilst working with env this might again be not that important, since the env's version is used.

ahmedfgad commented 3 years ago

The documentation of the latest release of PyGAD 2.14.0 is updated to only use pip3.