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:

  1. Activate the environment where ENCORE is installed:

conda activate encore
  1. 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:

  1. Make a git pull from the source repository (recommended).

  2. Download the repository again.