Installation
Download the Te_HF_Conversion repository and install using pip (or pip3 depending on your installation)
git clone https://github.com/AB-Ares/Te_HF_Conversion.git
cd Te_HF_Conversion/
pip install .
Working with the example scripts
To execute a script, it is only necessary to enter the examples directory and to run the file using the python command
cd examples
python Mars_YSE.py
python Venus_YSE.py
Note
Depending on how your system is set up, it might be necessary to use
explicitly python3
and pip3
instead of python
and pip
in
the above commands.