Skip to content

Upgrade ​

This section will guide you through the process of upgrading GCOP to the latest version.

Install the latest version of GCOP:

bash
pip install gcop -U

Then, run the following command to initialize GCOP and migrate your config file if exists:

bash
gcop init

Then, you can use GCOP as usual.

INFO

After v1.6.0, the config file location has been changed to ~/.zeeland/gcop/config.yaml. Run gcop init to migrate your config automatically if exists.

Released under the MIT License.