Pygments adds syntax highlighting support to Suplemon. To install it, we suggest using pip
:
pip install pygments
More information and installation options can be found on their website:
Flake8 allows us to lint Python files in Suplemon. To install it, we suggest using flake8
:
pip install flake8
More information and installation options can be found on their website:
http://flake8.readthedocs.org/en/latest/index.html
xsel adds system clipboard support on X Window environments (e.g. Linux). To install it, use your system package manager.
For example to install it with apt
, run the following:
sudo apt-get install xsel