Installation Guide for MOOSE 2.0
Before embarking on your MOOSE 2.0 journey, let’s ensure it’s set up correctly on your system.
Prerequisites
Python: Version 3.9 or higher.
pip: The Python package manager.
Installing via pip
Simplify your installation process with pip:
pip install moosez
Building from Source
For those who prefer to get hands-on:
Clone the MOOSE repository:
git clone https://github.com/LalithShiyam/MOOSE/
Navigate to the MOOSE directory:
cd MOOSE
Install the package:
pip install .
Encountering Hurdles?
For any roadblocks, the MOOSE community is here to help. Visit our [GitHub repository](https://github.com/LalithShiyam/MOOSE/) for assistance and further resources.