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

Add Community Created Mods and Fix Replay Filename Issue #153

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ The license for the rest is unclear at the moment.
Tested with Python 3.8.

To install the requirements:
pip install -r requirements.txt -U
pip install -r requirements.txt -U --break-system-packages
--break-system-packages is required on linux since accessible_output2 will attempt to use speech-dispatcher bindings for speech output. These bindings are, to the best of my knowledge, not installable through pip, which appears to be the only obstacle to running in a venv. Yes, you read that right, never run that pip invocation under sudo, which will essentially eat your system for lunch!

Running server.py doesn't require any package.

Expand All @@ -25,4 +26,4 @@ Building a package requires also:
Testing requires:
* pytest

Official SoundRTS web site: http://jlpo.free.fr/soundrts
Official SoundRTS web site: http://jlpo.free.fr/soundrts
Loading