Installation
For the moment the package is not available on pypi, so you need to install it from the source code.
To do so, clone the repository:
git clone https://github.com/PetrVey/pyTENAX.git
With Conda, run the following command in the root folder of the repository.
# create pytenax environment
conda env create -f environment.yml
# activate pytenax environment
conda activate pytenax_env
# install pytenax in editable mode
python -m pip install -e .