git pullIf you see an error such as:
- "Your local changes would be overwritten"
- "Please commit or stash your changes"
this means that some files were modified locally.
If you do not need your local modifications, run:
git fetch
git reset --hard origin/mainThen update again:
git pullcd ..
rm -rf PyAnalySeries
git clone https://github.com/PaleoIPSL/PyAnalySeries.git
cd PyAnalySeriesIf you previously used an older environment, it is recommended to recreate it:
conda deactivate
conda remove --name env_PyAnalySeries --all
conda env create -f environment_PyQt6.ymlUser data (projects, input files, results, exports, etc.) should not be stored inside the installation directory.
Updating or reinstalling the application may overwrite or delete files located in the repository folder.
It is recommended to keep your data in a separate directory outside of PyAnalySeries.