diff --git a/docs/installation.rst b/docs/installation.rst index c5ffb01135e3d2d0eece0cb2c6eaa583bd867f89..d635852017ac740a026b2f67135007a14d43bb8a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,25 +4,6 @@ Installation ============ - -Stable release --------------- - -To install fixhdr, run this command in your terminal: - -.. code-block:: console - - $ pip install fixhdr - -This is the preferred method to install fixhdr, as it will always install the most recent stable release. - -If you don't have `pip`_ installed, this `Python installation guide`_ can guide -you through the process. - -.. _pip: https://pip.pypa.io -.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/ - - From sources ------------