Sesame HTTP: 1.9.3-Scrapyd-Client installation,
When deploying Scrapy code to remote Scrapyd, the first step is to package the Code as an EGG file, and then upload the EGG file to the remote host. This process can be implemented by a program, but we do not need to do this because Scrapyd-Client has already implemented these functions for us.
Next, let's take a look at the installation process of Scrapyd-Client.
1. Related Links
- GitHub: https://github.com/scrapy/scrapyd-client
- PyPI: https://pypi.python.org/pypi/scrapyd-client
- Instruction: https://github.com/scrapy/scrapyd-client#scrapyd-deploy
2. pip Installation
Pip is recommended for installation. The related commands are as follows:
Pip3 install scrapyd-client
3. Verify Installation
After the installation is successful, there will be an available command called scrapyd-deploy, that is, the deployment command.
Run the following command to test whether Scrapyd-Client has been installed successfully:
Scrapyd-deploy-h
If an output similar to 1-86 is displayed, it indicates that Scrapyd-Client has been successfully installed.
Address: https://cuiqingcai.com/5449.html