OpenLWR / OpenLWR-Server

GNU Affero General Public License v3.0
10 stars 5 forks source link

infomation to start server on Mac #19

Closed NarubyRiverlione closed 3 months ago

NarubyRiverlione commented 3 months ago

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

watchful5406 commented 3 months ago

@SakuruWasTaken can you verify this is required

SakuruWasTaken commented 3 months ago

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

SakuruWasTaken commented 3 months ago

added new instructions to readme