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?
Asked
Active
Viewed 6,214 times
1 Answers
0
For pygments-
pip install Pygments
For difflib-
apt-get install npm
npm install difflib

Chirag
- 101