I recently develop scrapy application, Please how can i deploy it on digital Ocean??
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
scrapy is provided via PIP so it can be installed with:
Once that is done, scrapy should be in your path and you can run your script with something like:
Edit: Changed the apt package name as it is python-pip and not just pip.