From 369052627d1a0490b75f1a2594148191afcc19ab Mon Sep 17 00:00:00 2001 From: jeipollack Date: Tue, 31 Oct 2023 16:29:01 +0100 Subject: [PATCH] Update docs/source/installation.md note section Co-authored-by: Samuel Farrens --- docs/source/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index ef98fffa..88db29e9 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -3,7 +3,7 @@ WaveDiff is a software written in Python and uses the [TensorFlow](https://www.tensorflow.org) framework to train and evaluate the model parameters of the PSF model. Therefore, it is advisable to run the WaveDiff software on machines equipped with a GPU. -Note: You may want to set up a dedicated Python environment for running WaveDiff using [Conda](https://docs.conda.io/en/latest/). You can use the minimal installer [Miniconda](https://docs.conda.io/projects/miniconda/en/latest/) to set up the environment in which we run the command below to install the subset of packages needed for WaveDiff. +Note: You may want to set up a dedicated Python environment for running WaveDiff using e.g. [Conda](https://docs.conda.io/en/latest/). You can use the minimal installer [Miniconda](https://docs.conda.io/projects/miniconda/en/latest/) to set up the environment in which we run the command below to install the subset of packages needed for running WaveDiff. ## Installation Steps