Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2023
1 parent 6b0bebf commit aec6a13
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/source/miniconda-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ This page contains more complex installation instructions for the major operatin

a. Open PowerShell version 4.0 or later. For instructions for using Windows PowerShell 3.0 or older, see the `Cryptographic hash verification <cryptographic-hash-verification>`_ instructions in the conda project documentation.
b. Run the following command, replacing ``filename`` with the path to your installer.
.. code-block:: powershell

.. code-block:: powershell
Get-FileHash filename -Algorithm SHA256
Expand All @@ -34,7 +34,7 @@ This page contains more complex installation instructions for the major operatin
#. Test your installation by running ``conda list``. If conda has been installed correctly, a list of installed packages appears.

`More information on installing in silent mode on Windows is in the conda project documentation <conda-windows-install>`_.

.. tab-item:: macOS graphical installer

#. :doc:`Download the installer. <miniconda>`
Expand All @@ -48,7 +48,7 @@ This page contains more complex installation instructions for the major operatin
shasum -a 256 filename
c. Check the hash that appears against the hash listed next to the installer you downloaded. See :doc:`all Miniconda installer hashes here <miniconda_hashes>`.

#. Double-click the ``.pkg`` file.
#. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them later.
#. When the installation finishes, open your terminal application.
Expand All @@ -57,7 +57,7 @@ This page contains more complex installation instructions for the major operatin
`More information on installing in silent mode on macOS is in the conda project documentation <conda-macos-install>`_.

.. tab-item:: Linux installer

#. :doc:`Download the installer. <miniconda>`
#. (Optional) Verify your installer's SHA-256 checksum. This check proves that the installer you downloaded is the original one.

Expand Down Expand Up @@ -85,4 +85,4 @@ This page contains more complex installation instructions for the major operatin
#. Test your installation by running ``conda list``. If conda has been installed correctly, a list of installed packages appears.

`For more information on installing in silent mode, see the macOS instructions in the conda project documentation <conda-macos-install>`_.

2 changes: 0 additions & 2 deletions docs/source/miniconda-other-installer-links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ Linux installers
,`Miniconda3 Linux-aarch64 64-bit <https://repo.anaconda.com/miniconda/Miniconda3-py38_23.5.2-0-Linux-aarch64.sh>`_,72.7 MiB,``cd39b811ac9a2f9094c4dfff9ec0f7ec811d6ad7ede5ab3f1a31d330ab3a2c55``
,`Miniconda3 Linux-ppc64le 64-bit <https://repo.anaconda.com/miniconda/Miniconda3-py38_23.5.2-0-Linux-ppc64le.sh>`_,74.1 MiB,``6fc3bf00d4fe0c724fab884d93b981acbc22bb8fc41c144df6d2fc080ff80e25``
,`Miniconda3 Linux-s390x 64-bit <https://repo.anaconda.com/miniconda/Miniconda3-py38_23.5.2-0-Linux-s390x.sh>`_,85.8 MiB,``b840fd5a8474a3e6831cd50a64eadf73239c6ad7deeebf2c3d3fe366220b2722``


3 changes: 0 additions & 3 deletions docs/source/miniconda-other-installer-links.rst.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ This list of Miniconda installers is for all supported versions of Python, separ
{%- endfor -%}
{%- endfor %}
{%- endfor %}



2 changes: 1 addition & 1 deletion docs/source/miniconda-other-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There are two variants of the installer: Miniconda is Python 2 based, while Mini
Which Miniconda is installed only affects the root environment. Regardless of which version of Miniconda you
install, you can still use conda to install both Python 2.x and Python 3.x environments.

However, Miniconda3 (the Python 3 version of Miniconda) will default to Python 3 when creating new environments
However, Miniconda3 (the Python 3 version of Miniconda) will default to Python 3 when creating new environments
and building packages.

For example, take the command below:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/miniconda-system-requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ System requirements
On Windows, macOS, and Linux, it is best to install Miniconda for the local user,
which does not require administrator permissions and is the most robust type of
installation. However, if you need to, you can install Miniconda system wide,
which does require administrator permissions.
which does require administrator permissions.
4 changes: 2 additions & 2 deletions docs/source/miniconda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Miniconda
=========

Miniconda is a free minimal installer for conda. It is a small bootstrap version of Anaconda that includes only conda, Python, the packages they
both depend on, and a small number of other useful packages (like pip, zlib, and a few others). If you need more packages, use the ``conda install``
Miniconda is a free minimal installer for conda. It is a small bootstrap version of Anaconda that includes only conda, Python, the packages they
both depend on, and a small number of other useful packages (like pip, zlib, and a few others). If you need more packages, use the ``conda install``
command to install from thousands of packages available by default in Anaconda’s public repo, or from other channels, like conda-forge or bioconda.

**Is Miniconda the right conda install for you?** The `Anaconda or Miniconda <https://docs.conda.io/projects/conda/en/stable/user-guide/install/download.html#anaconda-or-miniconda>`_ page lists some reasons why you might want one installation over the other.
Expand Down
5 changes: 2 additions & 3 deletions docs/source/miniconda.rst.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Miniconda
=========

Miniconda is a free minimal installer for conda. It is a small bootstrap version of Anaconda that includes only conda, Python, the packages they
both depend on, and a small number of other useful packages (like pip, zlib, and a few others). If you need more packages, use the ``conda install``
Miniconda is a free minimal installer for conda. It is a small bootstrap version of Anaconda that includes only conda, Python, the packages they
both depend on, and a small number of other useful packages (like pip, zlib, and a few others). If you need more packages, use the ``conda install``
command to install from thousands of packages available by default in Anaconda’s public repo, or from other channels, like conda-forge or bioconda.

**Is Miniconda the right conda install for you?** The `Anaconda or Miniconda <https://docs.conda.io/projects/conda/en/stable/user-guide/install/download.html#anaconda-or-miniconda>`_ page lists some reasons why you might want one installation over the other.
Expand Down Expand Up @@ -95,4 +95,3 @@ These quick command line instructions will get you set up quickly with the lates

~/miniconda3/bin/conda init bash
~/miniconda3/bin/conda init zsh

0 comments on commit aec6a13

Please sign in to comment.