Install
Install
Use git to clone this repository into your computer. Then, install topotherm with a package manager such as Anaconda, or directly with Python.
git clone https://github.com/jylambert/topotherm.git
(python)=
### Python
```python
cd topotherm
pip install .
This can also be done with venv or equivalent.
Anaconda or mamba
We recommend to install the dependencies with anaconda or mamba:
cd topotherm
mamba env create -f environment.yml -n topotherm
mamba activate topotherm