Help with WLM2009 dev server?

So I am trying to make a local server to test WLM '09, and I am currently stumped with instruction #4 (installing dependencies) and #5 (create settings_local.py). When I attempt #4, this happens: Capture

And for #5, I do not know HOW to create the file. Any help would be appreciated!

Edit: And yes, I know, I probably sound like a fucking moron right now. lol

EDIT 2: Capture2

What os are you using?

Actually, I think the screenshot points to the problem. :stuck_out_tongue:

install -m pip install -r requirements.txt

It’s supposed to be:

python -m pip install -r requirements.txt

As for settings_local.py, just create a normal text file and add the settings in lol. :stuck_out_tongue:

That just gives me an “unknown command” error

Capture2

try python3 instead python

capture3

just install python with command sudo apt-get install python3

i doubt he’s on linux

I’m on Windows 10, and I installed python 3.6 yesterday