tlkh/asitop

how to install asitop via pip

Aayush4700 opened this issue · 1 comments

i have been trying for hours on my m1 MacBook pro

The easiest is probably to use Homebrew:

  1. Install Homebre as described here: https://brew.sh/
  2. Run brew install python

Then you should have some pip installed.

For me it is pip3 so installing asitop goes like this:

pip3 install asitop

Cheers