Skip to content

Commit

Permalink
Fix bullet point list formatting (conda#11945)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha authored Oct 7, 2022
1 parent c8c7738 commit 80ab6ba
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions docs/source/user-guide/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ Windows or macOS, see the instructions for
System requirements
===================

* 32- or 64-bit computer.
* 32- or 64-bit computer

* For Miniconda---400 MB disk space.
* For Miniconda: 400 MB disk space

* For Anaconda---Minimum 3 GB disk space to download and install.
* For Anaconda: Minimum 3 GB disk space to download and install

* Windows, macOS, or Linux

* Windows, macOS, or Linux.

* For Windows: Windows 8.1 or newer for Python 3.9, or Windows Vista or newer for Python 3.8.
* For Windows: Windows 8.1 or newer for Python 3.9, or Windows Vista or newer for Python 3.8


.. note::
Expand All @@ -49,9 +48,9 @@ Regular installation

Follow the instructions for your operating system:

* :doc:`Windows <windows>`.
* :doc:`macOS <macos>`.
* :doc:`Linux <linux>`.
* :doc:`Windows <windows>`
* :doc:`macOS <macos>`
* :doc:`Linux <linux>`


Installing in silent mode
Expand All @@ -63,9 +62,9 @@ services such as Travis CI and AppVeyor.

Follow the silent-mode instructions for your operating system:

* :ref:`Windows <install-win-silent>`.
* :ref:`macOS <install-macos-silent>`.
* :ref:`Linux <install-linux-silent>`.
* :ref:`Windows <install-win-silent>`
* :ref:`macOS <install-macos-silent>`
* :ref:`Linux <install-linux-silent>`


Installing conda on a system that has other Python installations or packages
Expand All @@ -86,15 +85,15 @@ variable.
To see if the conda installation of Python is in your PATH
variable:

* On Windows, open an Anaconda Prompt and run---``echo %PATH%``.
* On Windows, open an Anaconda Prompt and run ``echo %PATH%``

* On macOS and Linux, open the terminal and run---``echo $PATH``.
* On macOS and Linux, open the terminal and run ``echo $PATH``

To see which Python installation is currently set as the default:

* On Windows, open an Anaconda Prompt and run---``where python``.
* On Windows, open an Anaconda Prompt and run ``where python``

* On macOS and Linux, open the terminal and run---``which python``.
* On macOS and Linux, open the terminal and run ``which python``

To see which packages are installed in your current conda
environment and their version numbers, in your terminal window
Expand Down

0 comments on commit 80ab6ba

Please sign in to comment.