Skip to content

steelelab-delft/stlab

Repository files navigation

GitHub Issues License: GPL v3 DOI

stlab

Environment for measurement and analysis scripts developed in the SteeleLab at TU Delft.

Easy (pip) installation

Open a command prompt and run pip install git+git://github.com/steelelab-delft/stlab.git

Using stlabutils from the cloned repository (recommended)

Due to regular changes of the code (stlab is work in progress), it is recommended to git clone this repository. Where you clone it is important. We recommend either cloning it to YOUR-PYTHON-PATH\Lib\site-packages\stlab. Or to some other directory (preferably C:\libs\stlab on windows) and adding a link to the PYTHONPATH.

Required packages can be installed by opening a command prompt in the repository and running pip install -r requirements.txt

Development

Build Status