Skip to content

Commit 46e4aea

Browse files
authored
Merge pull request #108 from mdemichele/readme_change
changed two lines of readme
2 parents 43a4471 + dbe3886 commit 46e4aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Visit [repository github page](https://lucaspilla.github.io/Sorting-Algorithms-V
1818
## Using the application
1919
:exclamation: Feel free to open an issue if you have some problem :exclamation:
2020
- Clone GitHub repository
21-
- Install requirements: `pip install -r requirements.txt`
22-
- Run: `python main.py`
21+
- Install requirements: `pip3 install -r requirements.txt`
22+
- Run: `python3 main.py`
2323

2424
## How to contribute:
2525
- Implement new Algorithms or ideas

0 commit comments

Comments
 (0)