We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94827b commit bb406bcCopy full SHA for bb406bc
README.md
@@ -44,7 +44,9 @@ Additionally, only x86 architectures are supported.
44
45
1. Run `pip install microcosm-4x`
46
2. Run `microcosm`
47
- 1. Note: if this doesn't work, try `python -m microcosm` or `py -m microcosm`.
+ 1. Note: if this doesn't work, make sure Python's scripts directory is on your PATH.
48
+ See [here](https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-to-the-user-site) for instructions for Windows
49
+ (this is not usually a problems on other operating systems).
50
51
## Play from source
52
0 commit comments