From 8f31531a9fe019f678374a60ad74d013603a3743 Mon Sep 17 00:00:00 2001 From: Derick Hess <dhess@passcal.nmt.edu> Date: Thu, 28 Jun 2018 16:25:21 -0600 Subject: [PATCH] Update installation.rst --- docs/installation.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 842974a..ddec8b2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,25 +4,6 @@ Installation ============ - -Stable release --------------- - -To install data2passcal, run this command in your terminal: - -.. code-block:: console - - $ pip install data2passcal - -This is the preferred method to install data2passcal, 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 ------------ -- GitLab