You can now install mobsf from pypi https://pypi.org/project/mobsf/ provided you have installed all the requirements in documentation.
python3 -m venv venv
source venv/bin/activate
pip wheel --wheel-dir=yara-python --build-option="build" --build-option="--enable-dex" git+https://github.com/VirusTotal/yara-python.git@v3.11.0
pip install --no-index --find-links=yara-python yara-python
pip install mobsf
mobsfdb # migrate database
mobsf 127.0.0.1:8000 # run mobsf
v3.2.9 Beta Changelog
- Bug Fixes
- MobSF python package fix