Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 758 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 758 Bytes

Nelen & Schuurmans scripts

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?

  1. Open Anaconda Prompt
  2. Activate the correct environment: activate <<environment_name>>
  3. Install the package: pip install <<package_name>>