Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 693 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 693 Bytes

codes

Used to handle translations of coded values.

Installation

# 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

Run from command line

Example for Windows:

# Go to directory:
cd codes
# Activate the virtual environment for Python:
venv\Scripts\activate

# Run:
python convert_excel_to_txt.py

Contact

[email protected]