From ec7149e56e69d78c9a3742804c769fc623bf6178 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Mon, 5 Aug 2024 23:09:25 +0100 Subject: [PATCH] change readme --- modules/ml-pipeline/README.MD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/ml-pipeline/README.MD b/modules/ml-pipeline/README.MD index 2711569..a0f798e 100644 --- a/modules/ml-pipeline/README.MD +++ b/modules/ml-pipeline/README.MD @@ -17,14 +17,15 @@ Within `src` folder, the structure is as follows: # How to develop using this pipeline: -Run `make init`, which will: -- Download pyenv (Python version management) -- Download Python 3.X.X as defined in the `make` file - current 3.10.12 -- Create a virtual environment with this version of python +First, download miniconda to use conda to manage Python Environments +Rund `conda init`, to initialise your terminal + +Change to this directory and run `make init`, which will: +- Create a conda virtual environment with this version of python - current 3.10.12 - Install packages in the training and version control directories in the pipeline folder (dev version if applicable) - Install pre-commit to enable pre-commit hooks -To use the environment, run `source .dev_env_pipeline/bin/activate`. +To use the environment, run `conda activate dev_env_pipeline` To enable the virtual envrionemnt created in vscode: - Open settings