/pyinverse

Solve various inverse problems!

Primary LanguagePythonMIT LicenseMIT

pyinverse

Solve various inverse problems!

Installation

  1. Install poetry as a package manager (https://python-poetry.org/docs/#installation)

  2. Download the source code from GitHub:

    $ git clone https://github.com/ATMO-IUP-UHEI/pyinverse.git
  3. Open the directory and install with poetry:

    cd pyinverse
    poetry install

Usage

  • TODO

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

pyinverse was created by Robert Maiwald. It is licensed under the terms of the MIT license.

Credits

pyinverse was created with cookiecutter and the py-pkgs-cookiecutter template.