If you are an unexperimented python user, We will first create an environment to install the packages, It will make your life easier later on.
python3 -m venv pptx
source pptx/bin/activate
pip install python-pptx
If you need to leave the environment you can type in deactivate