Operating environment and pre-requisites
The following technology stack needs to be met to use Moffee:
- Python 3.10+: this is the underlying runtime environment, which can be verified with the python -version command
- Package Management Tools: Recommended to use pip 21.0 or higher (older versions require pip install -upgrade pip)
- development environment (computer): Modern editors such as VS Code/Atom are supported, but plain text editors are also supported.
Important Tip:
- Windows users need to make sure that the PATH environment variable contains the path to the Python installation.
- Mac/Linux recommends creating an isolated environment via venv (python3 -m venv env_name)
- Try mirroring the source when installation fails: pip install moffee -i https://pypi.tuna.tsinghua.edu.cn/simple
This answer comes from the articleMoffee: Convert Markdown to PPT SlideshowThe































