Installation ============ To install FileSystemPro, use pip: .. code-block:: bash pip install --upgrade pip pip install filesystempro **Requirements**: - Python 3.8 or higher - psutil>=5.8.0 - requests>=2.25.1 **For Developers/Contributors**: Clone the repository and install from source: .. code-block:: bash git clone https://github.com/hbisneto/FileSystemPro.git cd FileSystemPro pip install --upgrade setuptools pip install --upgrade wheel pip install . **Note**: FileSystemPro requires `setuptools>=69.5.1` and `wheel`.