Skip to content

Commit

Permalink
Merge pull request #24 from KieranLitschel/develop
Browse files Browse the repository at this point in the history
Replaced git clone with pip install for notebooks
  • Loading branch information
KieranLitschel authored Jan 24, 2021
2 parents 9a98ecc + 0c77b50 commit 20c4b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions notebooks/global_explain_embedding_components.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"cell_type": "markdown",
"source": [
"Download the XSWEM code from GitHub."
"Install XSWEM."
],
"metadata": {
"collapsed": false
Expand All @@ -61,10 +61,7 @@
"execution_count": null,
"outputs": [],
"source": [
"!git clone https://github.com/KieranLitschel/XSWEM\n",
"!mv XSWEM/* ./\n",
"!rm -rf XSWEM\n",
"!pip install -r requirements.txt"
"!pip install xswem"
],
"metadata": {
"collapsed": false,
Expand Down
7 changes: 2 additions & 5 deletions notebooks/train_xswem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"cell_type": "markdown",
"source": [
"Download the XSWEM code from GitHub."
"Install XSWEM."
],
"metadata": {
"collapsed": false
Expand All @@ -52,10 +52,7 @@
"execution_count": null,
"outputs": [],
"source": [
"!git clone https://github.com/KieranLitschel/XSWEM\n",
"!mv XSWEM/* ./\n",
"!rm -rf XSWEM\n",
"!pip install -r requirements.txt"
"!pip install xswem"
],
"metadata": {
"collapsed": false,
Expand Down

0 comments on commit 20c4b62

Please sign in to comment.