1 parent fbace84 commit 5898ae0Copy full SHA for 5898ae0
1 file changed
README.md
@@ -32,7 +32,7 @@ For running all tests write down:
32
## Install
33
If you want to use the API algorithms in your code, it is as simple as:
34
35
- $ pip3 install .
+ $ pip3 install git+https://github.com/keon/algorithms
36
37
You can test by creating a python file: (Ex: use `merge_sort` in `sort`)
38
0 commit comments