diff --git a/apps/contract-migration/scripts/README.md b/apps/contract-migration/scripts/README.md index 800c5d53..dc6e355a 100644 --- a/apps/contract-migration/scripts/README.md +++ b/apps/contract-migration/scripts/README.md @@ -24,6 +24,7 @@ In addition the following common tools are available: * **verify.py**: Import verification script * **cic_meta**: Metadata imports + ## REQUIREMENTS A virtual environment for the python scripts is recommended. We know it works with `python 3.8.x`. Let us know if you run it successfully with other minor versions. @@ -40,7 +41,7 @@ Install all requirements from the `requirements.txt` file: If you are importing metadata, also do: -`npm install cic-client-meta' +`npm install cic-client-meta` ## HOW TO USE