cmdmnt / commandment

Open Source Apple MDM implemented in Python
MIT License
295 stars 61 forks source link

Installation issue #29

Open kiran-raj94 opened 4 years ago

kiran-raj94 commented 4 years ago

I'm new to python language. I'm trying to generate mdm push certificate using the steps given in http://cmdmnt.github.io/commandment/. I couldnt understand this step.

TODO visit /apns/mdmcert using the web ui to request a new CSR.

There is a mdmcert.py script in that dir. Running that script gave a lot of ModuleNotFoundErrors. After installing all necessary tools like flask, chardet, idna...., it shows

ModuleNotFoundError: No module named 'commandment.mdm'

what do i do?