We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d2490 commit 11e0630Copy full SHA for 11e0630
README.md
@@ -33,7 +33,7 @@ mkdir ads
33
cd ads
34
python -m venv venv-ads
35
source source venv-ads/bin/activate
36
-git clone https://github.com/JCPedroza/algorithms-and-data-structures-py.gitcd
+git clone https://github.com/JCPedroza/algorithms-and-data-structures-py.git
37
cd algorithms-and-data-strcutrues-py
38
python -m pip install . # The dot is needed
39
```
0 commit comments