asitop icon indicating copy to clipboard operation
asitop copied to clipboard

how to install asitop via pip

Open Aayush4700 opened this issue 3 years ago • 1 comments

i have been trying for hours on my m1 MacBook pro

Aayush4700 avatar Apr 02 '22 07:04 Aayush4700

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

chrisspiegl avatar Apr 17 '22 06:04 chrisspiegl