automamba: update readme
This commit is contained in:
parent
869c3e9433
commit
c53c9f575b
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
works on Windows and Linux, however Linux does not
|
||||
automatically acquire a compiler like Windows does (not yet at least!).
|
||||
this script works on both Windows and Linux, however i have yet to add
|
||||
the feature to automatically acquire a compiler on Linux (Windows gets MSVC).
|
||||
|
||||
also note that this script only works on x86\_64 systems,
|
||||
and when it comes to Linux, it won't run on musl-based OSes
|
||||
(you should have `/lib64/ld-linux-x86-64.so.2` on your disk)
|
||||
-- sorry, Alpine users!
|
||||
this is limitation is largely imposed by the conda ecosystem.
|
||||
|
||||
if you want to change the packages installed by default,
|
||||
you'll need to edit the `main_packages` and `pypi_packages`
|
||||
|
|
Loading…
Reference in a new issue