Upgrading¶
Upgrading ENCORE depend on your installation method.
See also
Check the Changelog to review the main changes across versions. This is specially important when using the python API.
From a pip installation¶
If you installed ENCORE doing:
pip install encore-toolkit
Then the upgrading process is very straightforward:
Activate the environment where ENCORE is installed:
conda activate encore
Run the standard pip upgrade:
pip install encore-toolkit --upgrade
From the source code¶
If you installed ENCORE from the source code, for example cloning the GitHub repository and then doing pip install . or pip install -e ., then the recommended way to upgrade is:
Make a git pull from the source repository (recommended).
Download the repository again.