Where and how to use command prompt in Repl.it
I am now learning scrapy. When I use Anaconda App, I can type "scrapy startproject tutorial" in Anaconda prompt or CMD to start a new project, but in repl.it, where shall I input this command? Either Shell or main.py is not applicable to be input, since which cannot run the command.
Do Control+Shift+P (or Cmd+Shift+P if on a Mac) and type "Open Shell". Press enter and a shell should open. However, it uses the Linux bash instead of the Windows CMD.
I can't, I am using Firefox Dev Edition and it creates a new private tab.