stuff to make your life easier
python version 3.9 or higher is required for using the package
check your python version in the terminal with:
python --version
You can install python, a virtual environment managementsystem, and nearly all packages you will ever need with simply installing anaconda (highly recommended)
- clone this repository into your current working directory (you can also download the code as zip-file or use tools like GitHub Desktop)
git clone https://github.com/Priapos1004/IMP-utils
- go into the
IMP-utils
folder
cd IMP-utils/
- install the package to your activated virtual environment (don't forget the
.
at the end of the command)
pip install -e .
- now you can use the package:
You can find the terminal commands of the package in 'readme files' and edit the parameters of the commands in the different gin-files in IMP_utils_py/config/
.
ALLWAYS run the commands with the current working directory: IMP-utils
folder
- timestop: Einführungspraktikum Physik (Fadenpendel)
- plotting: general plotfunctions (beinhaltet benötigte Funktionen für folgende Experimente des Grundpraktikums: O6, M12, T4, E5, E12, E1, A2, O11, O8)
- playground: helpful tools (e.g. grade calculation)
- timestop and pandas: Pandas basics for timestop