An open API service indexing awesome lists of open source software.

https://github.com/geoisam/DouBan-Movie-Top250

🌈USE AT YOUR OWN RISK
https://github.com/geoisam/DouBan-Movie-Top250

etree lxml pypi python wheel

Last synced: about 2 months ago
JSON representation

🌈USE AT YOUR OWN RISK

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 完整库名
```