Installing SWELib

Get started by installing SWELib Python Package

https://pypi.org/project/SWELib/

To help out with the process of extracting the simulation data, users of SimulWave can utilize SWELib with various functions that are developed the ease out the analyzing process,

To install SWELib, please follow the following instructions,

Pre-requisite

  • Python version 3.6 and up,

  • pip Python Package Manager.

How To Install

  1. Make sure you have all of the pre-requisite needed for this package like mentioned on sectionPre-requisite ,

  2. Use the following command,

pip install SWELib
  1. With that, SWELib is available to be use by importing it in your Python code.

from SWELib import SWE

Last updated