Skip to main content

Installing pytop

warning

pytop do not support python in windows. Please use WSL2.

Dependencies

This software requires following software.

Abovementioned software cannot be installed using simple pip command. You need to follow instructions of each softwares.

On docker contaner

Altanatively, to use our prebuilt container image, you first install docker CE, and clone pytop.

git clone https://github.com/Naruki-Ichihara/pytop.git

Then, run docker compose.

docker compose up

Our container will be pulled automatically and running.

warning

The container size is over 10GB.

Use Devcontainer of VS code to attach the runnning container. Finally, you need to install pytop in the container, with following command.

pip install .

On codespaces

Open in GitHub Codespaces

Github condespaces is cloud-based virtual environment. Above button navigates and construct virtual vscode with our container on your browser.