OmicsML / dance

DANCE: a deep learning library and benchmark platform for single-cell analysis
https://pydance.readthedocs.io
BSD 2-Clause "Simplified" License
348 stars 34 forks source link

Questions about conda installing #354

Closed HelloWorldLTY closed 11 months ago

HelloWorldLTY commented 11 months ago

Hi, I have a question about conda installing process:

image

I think we should use

conda activate dance

rather than

conda activate dance-env

Is it correct? Thanks.

RemyLau commented 11 months ago

Hi @HelloWorldLTY, that is correctly. We should indeed conda activate dance instead. Thank you for catching the typo!