diff --git a/pep-0594.rst b/pep-0594.rst index 74e0ddeaa..05d853a0d 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -50,7 +50,7 @@ philosophy and was one of the cornerstones to Python's success story. Users didn't have to figure out how to download and install separate packages in order to write a simple web server or parse email. -Times have changed. The introduction of PyPI (née Cheeseshop), setuptools, +Times have changed. With the introduction of PyPI (née Cheeseshop), setuptools, and later pip, it became simple and straightforward to download and install packages. Nowadays Python has a rich and vibrant ecosystem of third-party packages. It's pretty much standard to either install packages from PyPI or