Skip to content

Installation guide

ep12 edited this page Jul 6, 2019 · 1 revision

Installation guide

Overview

  1. install python3 (and pip if necessary). Use this guide.
  2. install numpy, scipy, matplotlib and uncertainties via pip
  3. install physikpraktikum (detailed information below)

Important!

This guide only covers the last step. Make sure to install the dependencies first!

Linux

Make sure to have git installed.

cd ~/.local/lib/python3*/site-packages
git clone git://github.com/ep12/physikpraktikum

You should now be good to go.

Clone this wiki locally