Skip to content
Snippets Groups Projects
Commit 8322d4c8 authored by Felix Thelen's avatar Felix Thelen
Browse files

Bug fix

parent 5dc9257a
Branches
No related tags found
No related merge requests found
......@@ -31,8 +31,9 @@ write an Email or Slack to [Felix Thelen](felix.thelen@ruhr-uni-bochum.de). We a
## Installation
It is recommended to use python 3.11. The quickest way to get started is to clone this repository. Since this repository
is private, you need to add your GitLab username to the URL like below:
It is recommended to use python 3.11. The quickest way to get started is to clone this repository. Run the following
command in the command line. Since this repository is private, you need to add your GitLab username to the URL.
```
git clone https://username@gitlab.ruhr-uni-bochum.de/mdi/ec_tools.git
cd ec_tools
......
from .loading import *
from .interp import *
from .plotting import plot_lsvs, plot_pots_on_wafer, plot_current_on_wafer, save_lsv_plots
from .plotting import plot_lsvs, plot_pots_on_wafer, plot_curs_on_wafer, save_lsv_plots, plot_pots_on_wafer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment