Skip to content

Commit

Permalink
Update EDS.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Feb 12, 2024
1 parent 140fd29 commit 8dac6fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebooks/Spectroscopy/EDS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
"\n",
"\n",
"# pyTEMlib setup ------------------\n",
"if test_package('pyTEMlib') < '0.2024.2.0':\n",
"if test_package('pyTEMlib') < '0.2024.02.0':\n",
" print('installing pyTEMlib')\n",
" !{sys.executable} -m pip install git+https://github.com/pycroscopy/sidpy.git@main -q --upgrade\n",
" !{sys.executable} -m pip install git+https://github.com/pycroscopy/SciFiReaders.git@main -q --upgrade\n",
" !{sys.executable} -m pip install git+https://github.com/pycroscopy/pyTEMlib.git@main -q --upgrade\n",
" \n",
" !{sys.executable} -m pip install SciFiReaders -q --upgrade\n",
" !{sys.executable} -m pip install pyTEMlib -q --upgrade\n",
"\n",
"# ------------------------------\n",
"print('done')"
Expand Down

0 comments on commit 8dac6fd

Please sign in to comment.