Open micdonato opened 4 years ago
Hi,
Thanks for the time put to develop the package. I think it is really helpful. Similar to @micdonato's question. How do you install Python packages? I am using an Mac running Monterrey and looking to install datashader
. On the terminal I tried:
conda install datashader
It returned:
zsh: command not found: conda
suggesting conda is not installed. So the key question is:
How do you install packages within the rminiconda environment?
Disclaimer: I am not a Python user so I am not familiar with the command, install, etc.
Thanks!
Hi, maybe I am missing something, but I need to install
anndata
in the rminiconda environment, and I am not sure how to do so.The install script from a regular terminal conda environment would be:
conda install anndata == 0.6.19 -c bioconda
How can I do so from R?