38,840
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 45: | Line 45: | ||
=== Module extensions === | === Module extensions === | ||
With the 2020 environment, we started installing more | With the 2020 environment, we started installing more Python extensions inside of their corresponding core modules. For example, we installed <tt>PyQt5</tt> inside of the <tt>qt/5.12.8</tt> module so that it supports multiple versions of Python. The module system has also been adjusted so you can find such extensions. For example, if you run | ||
{{Command|module spider pyqt5}} | {{Command|module spider pyqt5}} | ||
it will tell you that you can get this by loading the <tt>qt/5.12.8</tt> module. | it will tell you that you can get this by loading the <tt>qt/5.12.8</tt> module. |