asitop
asitop copied to clipboard
how to install asitop via pip
i have been trying for hours on my m1 MacBook pro
The easiest is probably to use Homebrew:
- Install Homebre as described here: https://brew.sh/
- 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