Added "How To Use" Section to README.md
Added a instructions to use since people are asking how to run the simulation like in #15 and #12
I'm trying to use this to get this to work, but when I use pip install -r requirements.txt, It gives me this error message:
SyntaxError: invalid syntax
pip install -r requirements.txt File "
", line 1 pip install -r requirements.txt ^^^^
I'm trying to use this to get this to work, but when I use pip install -r requirements.txt, It gives me this error message:
SyntaxError: invalid syntax
pip install -r requirements.txt File "", line 1 pip install -r requirements.txt ^^^^
@Rando2048 the pip command is separate from the python shell you're running - you need to use your windows command prompt or linux shell to run the pip command. pip is a tool to install python libraries on your operating system.
i cant install it it said ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'