pstatx

pstatx


Keywords
python3
License
GPL-3.0
Install
pip install pstatx==0.0.1

Documentation

pstatx

GPL Licence

Open Source Love

Installation (using pip3): GNU/Linux Linux

The easiest and best way to install pstatx on GNU/Linux is using pip3.

1. If you don't have pip3 installed, use your package manager to install the package python3-pip. For Debian based systems the command to use would be. $ sudo apt install python3-pip
2. Next, use pip3 to install pstatx. $ sudo pip3 install pstatx

Installation (installing via Git): GNU/Linux Linux

1. If you don't have already installed Git, refer to the following link. Installing Git on GNU/Linux
2. Now you can clone the code. $ git clone https://github.com/Nathalon/pstatx.git
3. Navigate to the cloned directory. $ cd pstatx
4. Finally, execute the setup file as sudo user. $ sudo python3 setup.py install

forthebadge made-with-python