playing sound rts on a mac

11 views
Skip to first unread message

lucia greco

unread,
Aug 3, 2020, 5:59:30 PM8/3/20
to soundr...@googlegroups.com
hello:
 i have a bunch of frends that would like to play the game on the mac with me. can any one tell me if you have been able to bluid a mac version and if so how. they are all telling me its not working well even if they do get it working.  they say it fails as soon as they try to hit a key and pops out of the window thanks lucy
lucia Greco
http://accessaces.com
follow me on twitter @accessaces

Brandon Williams

unread,
Aug 5, 2020, 1:17:30 PM8/5/20
to soundRTSChat
I'm having this problem as well. I haven't done much work with python, but I'm having a look to see if I can see what the problem is. 

SoundMUD

unread,
Aug 5, 2020, 1:37:39 PM8/5/20
to soundRTSChat
I don't know what has been tried exactly, but here is what could be tried:
1. install Python 3.7 (or later)
2. Download the source archive of the latest release from https://github.com/soundmud/soundrts/releases/latest
3. Uncompress the archive in the folder of your choice. Eventually add an empty folder called "user".
4. from the command line:
pip install -r requirements.txt -U
(you might have to install pip before that)
5. to run the game:
python soundrts.py

--
You received this message because you are subscribed to the Google Groups "soundRTSChat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to soundrtschat...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/soundrtschat/e4a654c2-0010-4df2-b684-185f1cfeea26o%40googlegroups.com.

Christian

unread,
Aug 5, 2020, 5:15:32 PM8/5/20
to soundr...@googlegroups.com
Hello,

How do I install pip on Mac OS?

Many thanks,
Christian

SoundMUD

unread,
Aug 6, 2020, 6:37:48 AM8/6/20
to soundRTSChat
To install pip:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py

You probably need to write "python3" to make sure you don't use python 2.7.
You also probably need to write "pip3" to make sure you are installing pakages for python 3.

Reply all
Reply to author
Forward
0 new messages