Skip to content

Commit

Permalink
Update intro notebook with new adeft home location
Browse files Browse the repository at this point in the history
  • Loading branch information
steppi committed May 7, 2021
1 parent 8ddf336 commit 8a83781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"$ python -m adeft.download\n",
"```\n",
"\n",
"By default, models will be stored in the users home directory in a hidden folder named ``.adeft``. Users may set the environment variable `ADEFT_HOME` in their shell profile to choose an alternative location."
"By default, models will be stored in a folder named ``adeft`` within a platform specific user data location determined by the [appdirs](https://pypi.org/project/appdirs/) Python package. Users may set the environment variable `ADEFT_HOME` in their shell profile to choose an alternative location."
]
},
{
Expand Down Expand Up @@ -453,7 +453,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8a83781

Please sign in to comment.