How to Install isort in Ubuntu 18.04



Install isort by entering the following commands in the terminal:

sudo apt update
sudo apt install isort

Description:

utility for sorting Python imports

isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports. . This package contains the isort utility.

Homepage: https://github.com/timothycrosley/isort

Version: 4.3.4+ds1-1

Section: universe/python