1

I am new to Linux and I need to install difflib and pygments python libraries to my computer. What is the easiest way to do that?

Skykoo
  • 11

1 Answers1

0

For pygments-

pip install Pygments

For difflib-

apt-get install npm
npm install difflib
Chirag
  • 101