Can i use scrapy splash in my python project?

I’m trying to use scrapy splash in my python project but in order to install it, i need to run an sudo command in the shell but i can’t use sudo in replit and also they have an scrapy splash package but i’m not sure how to use it to be able to make an https request so can someone please help me to figure how to use the scrapy splash package?

Can you please provide the command? Also, for simple HTTP requests, the python requests package is probably better.

on the scrapy splash documentation it says to install it, you need to run the command: sudo docker pull scrapinghub/splash in the shell

All it says on the GitHub is to use pip: GitHub - scrapy-plugins/scrapy-splash: Scrapy+Splash for JavaScript integration, could you provide where you got this? Nevermind, I found it

Try running the command without sudo, if that does not work I am still looking for a nix package.

when i run the command without sudo the shell says: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See ‘docker run --help’.