clarify anaconda and poetry
This commit is contained in:
parent
3ff77c880c
commit
015d1e4651
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue