Project to analyze TGA data.
- Free software: Apache License, Version 2.0
- Documentation: (COMING SOON!) https://fratorhe.github.io/pyropy.
Installation with pip
cd pyropy
pip install -e .
If you want to contribute to the project, plase activate the pre-commit hooks with:
pre-commit install
There is a live version of the documentation hosted here. If you would prefer to have a local copy, it can be built using sphinx by following the instructions below.
cd pyropy/docs
make html
cd build/html
firefox index.html
- TODO