Installation
- Setup virtual eviroment.
python3 -m venv tinkertool && source tinkertool/bin/activate
Note that the package requires python >=3.10,<3.12 to be active in your enviroment.
- clone repository:
git clone https://github.com/Ovewh/NorESMTinkerTool.git && cd NorESMTinkerTool
- Install
pip install -e ./
Or, to include optionals:
pip install -e .[optional1, ..., optionalx]
Available optionals:
- sampling
Note that the -e puts the package in editable mode, if it is not included changes to configuration files etc will not be available before you re install the package.