python - cannot understand worldengine install -
this little broad of question may specific problem, fiction writer next no familiarity programming, cannot seem understand of provided instructions downloading plate tectonics world generator worldengine windows 8, 64-dit computer. https://github.com/mindwerks/worldengine
these instructions using. https://github.com/mindwerks/worldengine/wiki/installing-worldengine-on-windows
i have tried can work, don't know files supposed download or not download, download them, or of them. have managed far download python , add path in environment variables, , install pip. despite this, pip never recognized despite following multiple sets of instructions install it. doesn't every set of instructions i've found has failed specific, saying open cmd line without saying open it, or saying add path without specifying add it, or saying download "the latest release" there several files available download, none of labeled except jargon don't understand. other steps irrelevant since involve using pip command @ point, doesn't anything.
specifically, i've done step 5, @ point "pip install wheel" isn't recognized. in event reach step 6, don't see zipped release files or know download.
what missing here thing work?
i 1 of maintainer of project. first of sorry, working on making worldengine easier use on windows.
it seems stuck @ installing pip (pip program... download python programs , install them easily: problem need install first :d).
if open command line can type:
python --version what output?
now should open browser https://bootstrap.pypa.io/get-pip.py , save page (as file .py extension). should save in same directory in command line (it listed in prompt). example, if see like:
c:\foo\bar> it means within directory bar, inside directory foo on drive c:
at point should write:
python get-pip.py what output of command?
can run:
pip --version if not work can try using pip module, in instructions when read:
pip install .... do instead
python -m pip install ....
does help?
feel free ask questions on our google group (https://groups.google.com/forum/?hl=en#!forum/worldengine): enthusiast you!
Comments
Post a Comment