This repository contains example scripts supplied by Nelen & Schuurmans. This repository aims to exchange and showcase scripts around 3Di hydrodynamic modelling software.
The scripts are often Jupyter Notebooks which can be executed best within an Python 3 environment set up within Anaconda. Most dependencies can be installed using the Anaconda Navigator. If an dependency is not available within Anaconda Navigator it can be installed using pip.
How to install a package in an Anaconda environment using pip?
- Open Anaconda Prompt
- Activate the correct environment: activate <<environment_name>>
- Install the package: pip install <<package_name>>