jes icon indicating copy to clipboard operation
jes copied to clipboard

Added "How To Use" Section to README.md

Open azealo opened this issue 11 months ago • 3 comments

Added a instructions to use since people are asking how to run the simulation like in #15 and #12

azealo avatar Jan 17 '25 19:01 azealo

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 avatar Apr 19 '25 04:04 Rando2048

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.

tsal avatar Apr 19 '25 12:04 tsal

i cant install it it said ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

zetade1029 avatar Apr 27 '25 22:04 zetade1029