I want to be able to run python scrapy from the app.py
file, without cd ..
into the scrape folder to run the application.
This is how my current directory looks like
This is what i have to do to execute the scrapy app
I want to be able to run the app just doing python app.py, and possibly do this without being in virutalenv.
My app.py
is blank, cause im unsure how to tell python how to run the app, from the app file.