Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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