Hi Waylan,
I am running Python/MKDocs on Windows and so far so good by following your excellent instructions.. I have created the my-project folder and it has the 3 list files inside, docs (w. Index.md), python and mkdocs.yml, but I cannot run the server command - see below - that launches the internal server. It keeps giving me error messages. I have tried everything.
```bash
$ mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
[I 160402 15:50:43 server:271] Serving on
http://127.0.0.1:8000[I 160402 15:50:43 handlers:58] Start watching changes
[I 160402 15:50:43 handlers:60] Start detecting changes
```
So am stuck. Files are in this directory C:\Users\xxxxxx\my-project
Thanks for any help, -Harmony-dweller