tweepy
4.14.0
วิธีที่ง่ายที่สุดในการติดตั้งเวอร์ชันล่าสุดจาก PyPI คือการใช้ pip:
pip install tweepy
หากต้องการใช้แพ็คเกจย่อย tweepy.asynchronous
ต้องแน่ใจว่าได้ติดตั้งด้วย async
พิเศษ:
pip install tweepy[async]
คุณยังสามารถใช้ Git เพื่อโคลนพื้นที่เก็บข้อมูลจาก GitHub เพื่อติดตั้งเวอร์ชันการพัฒนาล่าสุด:
git clone https://github.com/tweepy/tweepy.git
cd tweepy
pip install .
หรือติดตั้งโดยตรงจากพื้นที่เก็บข้อมูล GitHub:
pip install git+https://github.com/tweepy/tweepy.git
รองรับ Python 3.7 - 3.11