Installation
Requirements
This project requires:
Python 3.10 or higher
simapy
Setting up the Examples
Clone the repository:
git clone https://github.com/SINTEF/simapy-examples.git cd simapy-examples
Create a virtual environment (recommended):
python -m venv venv # On Windows .\venv\Scripts\activate # On Linux/macOS source venv/bin/activate
Install the requirements:
pip install -r requirements.txt
You’re ready to run the examples!