Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.2 KB

tools.tdep

python license code style build status

These are a bunch of scripts and tools that facilitate working with the TDEP method.

Disclaimer

This package is highly experimental and can rely on unpublished TDEP features that are not found in the main repository. Please reach out if you seriously want to use it.

Installation

The package can be installed via pip:

pip install https://github.com/flokno/tools.tdep/archive/main.zip

Develop

  • Fork the repository,
  • clone the repository,
  • cd to repository,
  • create a new branch, e.g., local_dev,
  • install in editable mode via pip install -e .,
  • commit your changes, and push them to your fork,
  • open a pull request.