You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install [PyGAD](https://pypi.org/project/pygad), simply use pip to download and install the library from [PyPI](https://pypi.org/project/pygad) (Python Package Index). The library lives a PyPI at this page https://pypi.org/project/pygad.
23
+
To install [PyGAD](https://pypi.org/project/pygad), simply use pip to download and install the library from [PyPI](https://pypi.org/project/pygad) (Python Package Index). The library is at PyPI at this page https://pypi.org/project/pygad.
23
24
24
-
For Windows, issue the following command:
25
+
Install PyGAD with the following command:
25
26
26
27
```python
27
-
pip3 install pygad
28
+
pip install pygad
28
29
```
29
30
30
-
PyGAD is developed in Python 3.7.3 and depends on NumPy for creating and manipulating arrays and Matplotlib for creating figures. The exact NumPy version used in developing PyGAD is 1.16.4. For Matplotlib, the version is 3.1.0.
31
-
32
31
To get started with PyGAD, please read the documentation at [Read The Docs](https://pygad.readthedocs.io/)https://pygad.readthedocs.io.
0 commit comments