How can I install various Python libraries in Jython?
Asked 07 September, 2021
Viewed 808 times
  • 52
Votes

I know that I can install Jython with Java and that I can use Jython where I use Python. The Jython shell is working fine.

In Jython, how can I install libraries like lxml, Scrappy and BeautifulSoup that I'd normally install via pip or easy_install

4 Answer