Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to run from source windows #315

Closed
ReTr09761 opened this issue Sep 25, 2021 · 2 comments
Closed

how to run from source windows #315

ReTr09761 opened this issue Sep 25, 2021 · 2 comments
Labels

Comments

@ReTr09761
Copy link

I've looked at and read readme.txt and cant see any way to run from source on windows

@nthykier
Copy link
Member

Hi,

You have to install python3 plus the dependencies - presumably via pip - and then run python3 -m singularity from the git checkout / source root. Alternative you can try to leverage WSL2 and then the Linux based instructions assuming the WSL2 support is good enough for graphical applications now.

Mind you, I have tried neither and I cannot offer concrete guidance. I am speaking from a theoretically point of view. If you figure it out and the instructions are not too complicated, you are welcome to provide a short guide that we can include in the readme.

@Eneocho
Copy link

Eneocho commented Jun 15, 2024

If you install the dependencies and python, you can just cmd, navigate to the folder and do that command.
I can confirm it works.
image
In my case, i don't have to specify python3, but it works all the same.
Install python.
Install the dependencies via pip.
Download or clone the repo.
CMD and navigate to that folder, then run the command.
That'd be the simplest, albeit not smartest way to run the game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants