Installation
Prerequisites
Before installing Molara, ensure you have Python installed on your system. You can download Python from [python.org](https://www.python.org/downloads/).
Installation
Molara can be installed using pip. Open your terminal and run the following command:
pip install molara
Verify Installation
To verify that Molara has been installed correctly, you can run the following command in your terminal:
python -c "import molara; print(molara.__version__)"
This command should print the version number of Molara if it is installed correctly.
Support
If you encounter any issues during the installation, please [create a new issue](https://github.com/Molara-Lab/Molara/issues/new/choose).