From 015d1e46514259b41d7614a4ed1b0a08e831fdff Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 30 Dec 2024 00:43:19 +0100 Subject: [PATCH] clarify anaconda and poetry --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92dff3e..5aab75d 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,14 @@ In summary running the following as *Administrator* in a shell should enable WSL ### Ubuntu -## Conda +## Anaconda This is probably the best solution for Windows based environments, however be careful that there are no conflicts with other installed python environments, notably the one _automagically_ installed from the Microsoft Store. -## Poetry + + +## Poetry (Optional) Poetry enables sane package management for python projects. It creates and manages virtual python environments with just the required packages and their dependencies installed isolated from the system installed libraries, which is a boot for reproducible research and continuous integration.