install python 3.9
install pip for use in commandline:
download :get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
install pip:
python3 get-pip.py
see: https://www.geeksforgeeks.org/how-to-install-pip-in-macos
install wagtail; see https://wagtail.org/developers/
when modulenotfound exception use:
python -m pip install djangopython -m pip install wagtail
Geen opmerkingen:
Een reactie posten