Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.61 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.61 KB

IMP-utils

stuff to make your life easier

IMP_utils_py

pre-requirements

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)

getting started

  1. 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
  1. go into the IMP-utils folder
cd IMP-utils/
  1. install the package to your activated virtual environment (don't forget the . at the end of the command)
pip install -e .
  1. 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

command sets

  • 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)

example notebooks