fixed installation instruction

This commit is contained in:
Mattia Mascarello 2024-01-15 00:05:36 +01:00 committed by GitHub
parent 3c1d6225dd
commit d9a09fa0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ Then, just run the python script with the requirements installed. You can use a
```bash
pip install -r requirements.txt
python moodlefuse.py
python main.py
```
This works on Linux and Windows. I have not tested it on Mac OS, but it could work there too.