How can I install various Python libraries in Jython?
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