diff --git a/guide/english/python/using-pip/index.md b/guide/english/python/using-pip/index.md index 924842f8bef..3a68b43f622 100644 --- a/guide/english/python/using-pip/index.md +++ b/guide/english/python/using-pip/index.md @@ -33,7 +33,7 @@ Using `easy_install` is also simple. The syntax is: easy_install -However, `pip` is more popular than using `easy_install`. +However, `pip` is more popular than using `easy_install`, and `easy_install` is deprecated. **Note:** On some systems where both Python 2 & Python 3 is installed, `pip` and `pip3` will do different things. `pip` installs the Python 2 version of the package, and `pip3` will install the Python 3 version of the package. For more information on the difference between Python 2 & 3, see [this](https://guide.freecodecamp.org/python/python-2-vs-python-3) guide.