Skip to content

ondrolexa/pypsbuilder

Repository files navigation

pypsbuilder

master Documentation Status License: MIT GitHub release (latest by date) Twitter

Not that simplistic THERMOCALC front-end for constructing and visualizations of P-T, T-X and P-X pseudosections

How to install

Easiest way to install pypsbuilder is to use conda/mamba package management system. Create environment from the included environment.yml file:

conda env create -f environment.yml

or

mamba env create -f environment.yml

Then activate the new environment:

conda activate pyps

or

mamba activate pyps

and install pypsbuilder using pip:

pip install pypsbuilder

or if you downloaded pypsbuilder repository, run in unzipped folder:

pip install .

Install master version

You can install latest version from master branch on GitHub:

pip install https://github.com/ondrolexa/pypsbuilder/archive/master.zip

Upgrade existing installation

To upgrade an already installed pypsbuilder to the latest release:

pip install --upgrade pypsbuilder

or to latest master version:

pip install --upgrade https://github.com/ondrolexa/pypsbuilder/archive/master.zip

Documentation and tutorials

Check documentation and tutorials on RTD https://pypsbuilder.readthedocs.io/en/latest/

License

pypsbuilder is free software: you can redistribute it and/or modify it under the terms of the MIT License. A copy of this license is provided in LICENSE file.