安裝 PyPtt¶
Python 版本¶
推薦使用 CPython 3.8+。
相依套件¶
PyPtt 目前相依於以下套件,這些套件都會在安裝的過程中被自動安裝。
progressbar2 is a text progress bar library for Python.
websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance.
uao is a pure Python implementation of the Unicode encoder/decoder.
requests is a Python HTTP library, released under the Apache License 2.0.
AutoStrEnum is a Python library that provides an Enum class that automatically converts enum values to and from strings.
PyYAML is a YAML parser and emitter for Python.
使用虛擬環境安裝 (推薦)¶
我們推薦各位使用虛擬環境 venv 來安裝 PyPtt,因為可以盡可能地避免套件衝突。
你可以從 Virtual Environments and Packages 中了解,更多關於使用虛擬環境的理由以及如何建立你的虛擬環境。
安裝指令¶
你可以使用以下指令來安裝 PyPtt。
pip install PyPtt