0

How to install the Intel Distribution of Modin?

I want to install Intel AI Kit Modin using an existing Conda-based python environment. What are the steps required to install Modin after activating conda environment?

ArunJose
  • 1,999
  • 1
  • 10
  • 33
AlekhyaV - Intel
  • 580
  • 3
  • 21

1 Answers1

0

To install this package with conda run one of the following:

conda install -c intel intel-aikit-modin

conda install -c intel/label/oneapibeta intel-aikit-modin

conda install -c intel/label/deprecated intel-aikit-modin
AlekhyaV - Intel
  • 580
  • 3
  • 21