Skip to content

Commit

Permalink
docs(notebook): how to install missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Mar 7, 2023
1 parent 6a315fc commit 222197a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/McSAS3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
"Imports\n",
"--\n",
"\n",
"This section imports the necessary packages (and maybe a few extra for good measure), and shows what models are available in the SasModels library. "
"This section imports the necessary packages (and maybe a few extra for good measure), and shows what models are available in the SasModels library. One way to make sure all required Python modules are installed, is by running:\n",
"\n",
" pip install -r ../requirements.txt"
]
},
{
Expand Down

0 comments on commit 222197a

Please sign in to comment.