From 86acb793a2bce222c5d2c9885a32a221e2074cb1 Mon Sep 17 00:00:00 2001 From: Achim Stremplat <63643551+AchimStremplat@users.noreply.github.com> Date: Tue, 17 May 2022 17:36:03 +0200 Subject: [PATCH] Release v1.0.0: amend CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a6ef7c..c9384347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ If a copy of the MPL was not distributed with this file, You can obtain one at h * `cd MyProjectFolder` * `python \RaCoInstallationFolder\migrate_to_v1.0.py inout .` * `python \RaCoInstallationFolder\migrate_to_v1.0.py types .` + * You might need to install the [click Python module](https://pypi.org/project/click/) using `pip install click` to run the migration script. ### Added * Added Python API and the ability to run python scripts using the RaCoHeadless application.