Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoi6sam1/douban-movie-top250
🌈USE AT YOUR OWN RISK
https://github.com/geoi6sam1/douban-movie-top250
etree lxml pypi python wheel
Last synced: 25 days ago
JSON representation
🌈USE AT YOUR OWN RISK
- Host: GitHub
- URL: https://github.com/geoi6sam1/douban-movie-top250
- Owner: geoi6sam1
- Created: 2021-10-14T05:52:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T09:34:57.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:48:34.966Z (3 months ago)
- Topics: etree, lxml, pypi, python, wheel
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌈豆瓣电影Top250
**1. 如何安装使用 [`python3`](https://www.python.org/downloads) ?**
> **上网一查,你就知道**
**2. 如何使用 `pip3` ?**
> **按顺序安装 [`setuptools`](https://pypi.org/project/setuptools/#files) 和 [`pip`](https://pypi.org/project/pip/#files) 库即可**
```python
python setup.py install
```**3. `index.py` 运行不了?**
> **按顺序安装 [`wheel`](https://pypi.org/project/wheel/#files) 和 [`lxml`](https://pypi.org/project/lxml/#files) 库即可**
```python
pip install 完整库名
```