Used to handle translations of coded values.
# Linux:
git clone https://github.com/sharkdata/codes.git
cd codes
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Windows (with example path to Python).
git clone https://github.com/sharkdata/codes.git
cd codes
C:\Python39\python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
Example for Windows:
# Go to directory:
cd codes
# Activate the virtual environment for Python:
venv\Scripts\activate
# Run:
python convert_excel_to_txt.py