Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 803 Bytes

INSTALL.rst

File metadata and controls

48 lines (29 loc) · 803 Bytes

Installation

The package is pip installable from PyPI or this repository.

From PyPI

pip install iso-639

From repository

Latest stable

pip install git+https://github.com/noumar/iso639.git

Specific version

pip install git+https://github.com/noumar/[email protected]

Development branch

pip install git+https://github.com/noumar/iso639.git@development

Upgrade

pip list -o will not find updates. Use installation commands given above with -U flag.

Development

git clone -b development https://github.com/noumar/iso639.git
pip install -e iso639