How to run with windows #275
-
sorry I am not experience with coding, when i try and start it the cmd opens and closes instantly and nothing runs. Am i having issues with starting it or is it something else that's not working? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, please make sure you have Python installed on your machine: https://www.python.org/downloads/ Then please run the following commands and paste the output here: pip install -r requirements.txt
python main.py --debug Also ensure that your config.json file is correct and make sure the JSON formatting is correct by pasting the contents of the config.json file into this tool: https://jsonlint.com/ and clicking validate |
Beta Was this translation helpful? Give feedback.
Hello, please make sure you have Python installed on your machine: https://www.python.org/downloads/
Then please run the following commands and paste the output here:
Also ensure that your config.json file is correct and make sure the JSON formatting is correct by pasting the contents of the config.json file into this tool: https://jsonlint.com/ and clicking validate