⚙️ Installation
🥹 EZ way
Recommended method:
$ pipx install perfassess
If you do not have pipx installed, check out the documentation at https://pipx.pypa.io/stable/installation/. Else, classical installation method:
$ pip install perfassess
😩 From source
👬 Cloning the repository
You can clone the repository using HTTPS
:
$ git clone https://github.com/FilouPlains/perfassess.git
or using SSH
:
$ git clone git@github.com:FilouPlains/perfassess.git
Then go to the 📁 perfassess/
directory:
$ cd perfassess
All next commands are assuming that you are in the 📁 perfassess/
directory. This directory will be name as 📁 ./
.
🐍📦 Installing with pip
Simply launch this command in the 📁 ./
directory:
$ python3 -m pip install .
You are now able to launch the program!