Installation¶
Important! : The following installation steps are written based on a Windows environment. When using other systems (which should be possible) it might be required to use different commands. However, the fundamental of the installation steps should remain the same. This meaning, no additional packages or libraries should be required. If problems would arose during your installation, please contact the maintainers of the tool.
For users¶
When you only require the koswat package to be used as a whole, and not for development, we advise to directly use the latest greatest release, or directly the latest available version from master
there are different ways to do so:
-
Latest available
master
:pip install git+https://github.com/Deltares/Koswat.git
-
Specific Koswat version, add
@version-tag
to the previous command, for instance install tagv0.11.0
(MVP pre-release):| You can also do the above with a commit-hash for development branches (e.g.:pip install git+https://github.com/Deltares/Koswat.git@v0.11.0
@0504c06
) -
Using docker (requires checking the repository in a directory):
cd <your koswat checked out directory> docker build -t koswat:latest -f Dockerimage . docker run -it koswat bash
For developers¶
If you want to contribute to this project please check our contributing wiki section.