Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.06 KB

UNECE-Capacity-Building

Repository for the two capacity building workshops for the DRIN and the DRINA River Basin case studies

Binder link for the simple exercise using OSeMOSYS Binder

Binder link for advanced example using OSeMOSYS Binder

Developer notes

Pull the latest changes from git
git pull origin master

Create and checkout a new branch
git checkout -b my_branch

When you do some changes
git add ...
git commit -m "An informative message"

Push your branch
git push -u origin my_branch

nbstripout
Install the Python package npstripout to prevent Jupyter notebook output data from being committed to the repository.

Drina folder
Install the environment using conda env create -f environment.yml