我是使用scrapy / splash的新手。根据此处的说明,我已经成功安装了scrapy-splash。第二个要求是飞溅本身。我没有 docker,并且splash 文档没有关于如何在没有 docker 的情况下为 windows 安装 splash 的说明。有人可以帮忙吗?
这是我得到的错误消息
C:\splash>C:\Python27\Python.exe setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
提前致谢!