Skip to content

Commit

Permalink
Update git clone to use public https (rather than ssh)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMesser committed Jun 21, 2024
1 parent a062134 commit b2d76ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial_notebooks/Quick_Example_AnnoMate_Reviewer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
"execution_count": null,
"outputs": [],
"source": [
"!pip install --ignore-installed blinker=1.6.2 # gets around an installation error due to an old Colab dependency\n",
"!git clone git@github.com:getzlab/AnnoMate.git\n",
"!pip install --ignore-installed blinker==1.6.2 # gets around an installation error due to an old Colab dependency\n",
"!git clone https://github.com/getzlab/AnnoMate.git\n",
"!cd AnnoMate; pip install ."
],
"metadata": {
Expand Down

0 comments on commit b2d76ad

Please sign in to comment.