Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Visit [repository github page](https://lucaspilla.github.io/Sorting-Algorithms-V
## Using the application
:exclamation: Feel free to open an issue if you have some problem :exclamation:
- Clone GitHub repository
- Install requirements: `pip install -r requirements.txt`
- Run: `python main.py`
- Install requirements: `python3 -m pip install -r requirements.txt`
- Run: `python3 main.py`

## How to contribute:
- Implement new Algorithms or ideas
Expand Down