Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down