Skip to content

Commit

Permalink
Add specific link to Miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Feb 19, 2022
1 parent 2a074dd commit 3eea516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Installation on Windows
^^^^^^^^^^^^^^^^^^^^^^^

To get chess-tuning-tools to work on Windows, the easiest way is to install
the `Miniconda <https://www.continuum.io/downloads>`_ distribution.
the `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ distribution.
Then, create a new environment and install chess-tuning-tools::

conda create -n myenv python=3.9 scikit-learn=0.23
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installation on Windows
^^^^^^^^^^^^^^^^^^^^^^^

To get chess-tuning-tools to work on Windows, the easiest way is to install
the `Miniconda <https://www.continuum.io/downloads>`_ distribution.
the `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ distribution.
Then, create a new environment and install chess-tuning-tools::

conda create -n myenv python=3.9 scikit-learn=0.23
Expand Down

0 comments on commit 3eea516

Please sign in to comment.