Closed NarubyRiverlione closed 3 months ago
@SakuruWasTaken can you verify this is required
the matplotlib dependency shouldn't be required anymore (was accidentally left in for testing purposes)
i will test the server on mac and see if these are required in my case, then i will make a note of it in the readme
added new instructions to readme
No a bug, just the command that I needed to do to get the server started on Mac. Maybee you can add them to the readme
cd into the unpacked server directory python3 -m venv . source bin/activate python3 -m pip -r requirements.txt
Then I needed one extra install python3 -m pip install matplotlib
and now run the server with: python3 main.py