Installation ============ You can install ConsoleM using pip: .. code-block:: bash pip install ConsoleM Requirements ----------- * Python 3.6 or higher * Linux/Unix-like systems (Windows support coming soon) Development Installation ----------------------- If you want to contribute to ConsoleM or try the latest features, you can install it directly from the repository: .. code-block:: bash git clone https://github.com/yourusername/ConsoleM.git cd ConsoleM pip install -e .