We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43a4471 + dbe3886 commit 46e4aeaCopy full SHA for 46e4aea
README.md
@@ -18,8 +18,8 @@ Visit [repository github page](https://lucaspilla.github.io/Sorting-Algorithms-V
18
## Using the application
19
:exclamation: Feel free to open an issue if you have some problem :exclamation:
20
- Clone GitHub repository
21
-- Install requirements: `pip install -r requirements.txt`
22
-- Run: `python main.py`
+- Install requirements: `pip3 install -r requirements.txt`
+- Run: `python3 main.py`
23
24
## How to contribute:
25
- Implement new Algorithms or ideas
0 commit comments