diff --git a/README.md b/README.md index 7d56fd99..8ec0c782 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ snap-python 2. Checkout the snap-python repository as well as the SNAP C++ repository. - git clone git@github.com:snap-stanford/snap-python.git - git clone git@github.com:snap-stanford/snap.git + git clone https://github.com/snap-stanford/snap-python.git + git clone https://github.com/snap-stanford/snap.git 2. Then, run `make` from the top-level of `snap-python`. This will make the SNAP code into a Python module, using SWIG. Finally, it will run some Python tests in the `test` directory.