clarify anaconda and poetry

This commit is contained in:
Peter Tillemans 2024-12-30 00:43:19 +01:00
parent 3ff77c880c
commit 015d1e4651

View file

@ -29,12 +29,14 @@ In summary running the following as *Administrator* in a shell should enable WSL
### Ubuntu ### 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. 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. 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.