davos
davos copied to clipboard
support installation via conda
requires implementing:
- [ ] parser object analogous to the pip parser in
davos/parsers.py - [ ]
Davosmethod for conda installation (placeholder currently exists) - [x] initial check for whether
condaexecutable exists with cached result - [ ] updating some examples in the docs to show using
condaas the installer
The README at be1181609a00ad5169c39909db1dc2dc1c525b44 contains some conda-related text, examples, links, etc. that should be added back in when support is implemented.
Code in conda.cli.install deals with actual installation of conda packages