# common-kv **Repository Path**: mirrors_ICRAR/common-kv ## Basic Information - **Project Name**: common-kv - **Description**: Common code I use - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Common Code Kevin uses Common code Kevin uses ## To add ```bash git submodule add git@github.com:ICRAR/common-kv.git common-kv git submodule update --init ``` Or when cloning ```bash git clone https://github.com/aikiframework/json.git --recursive ``` ## To Install ```bash cd /common-kv pip install -e . ``` The _-e_ option stands for editable, which is important because it allows you to change the source code of your package without reinstalling it.