Modules can be installed in QPython3 using pip. What you have to do is ..
Import pip
Then
pip.main([‘install','module name'])
For example if u want to install numpy then this will look like…
import pip
pip.main([‘install','numpy'])
https://www.quora.com/How-do-I-install-NumPY-or-any-other-modules-in-QPython3-in-Android
No comments:
Post a Comment