Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Jan 28, 2024
1 parent 937e778 commit 245aa94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ such as numpy, h5py etc.
To simplify the installation process, we recommend the installation of
[anaconda](https://www.anaconda.com/distribution/) which contains most of the prerequisite packages,
[conda](https://conda.io/docs/) - a package / environment manager,
as well as an [interactive development environment](https://en.wikipedia.org/wiki/Integrated_development_environment>`_ - `Spyder <https://www.coursera.org/learn/python-programming-introduction/lecture/ywcuv/introduction-to-the-spyder-ide)
as well as an [interactive development environment](https://en.wikipedia.org/wiki/Integrated_development_environment) -
[Spyder](https://www.coursera.org/learn/python-programming-introduction/lecture/ywcuv/introduction-to-the-spyder-ide)


Please note that any other python installation will work too and that pypi will install all missing packages.

Expand Down Expand Up @@ -87,4 +89,4 @@ If it does not work try reinstalling the package:
pip install pyTEMlib

## Other software
We recommend [HDF View](https://support.hdfgroup.org/products/java/hdfview/)_ for exploring HDF5 files generated by and used in pyTEMlib.
We recommend [HDF View](https://support.hdfgroup.org/products/java/hdfview/) for exploring HDF5 files generated by and used in pyTEMlib.

0 comments on commit 245aa94

Please sign in to comment.