This data repo was used to support The World Sim (see old README) but is now used as a general repository for data to support different projects like WikiSim.org and others.
Some data processing tasks use Python. To activate a virtual environment and install the dependencies, run:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt