Skip to content

Commit

Permalink
Fix README.md install instructions (#2136)
Browse files Browse the repository at this point in the history
To install the dependencies written in a text file the `-r` flag must be passed to pip
  • Loading branch information
bydariogamer committed Feb 26, 2024
1 parent 87d9113 commit b62dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can clone this repo and simply execute:
```bash
$ git clone git://github.com/ninja-ide/ninja-ide.git
$ cd ninja-ide
$ pip install requirements.txt
$ pip install -r requirements.txt
$ python ninja-ide.py
```

Expand Down

0 comments on commit b62dd64

Please sign in to comment.