Skip to content
Snippets Groups Projects
Commit 8de0764d authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Updated readme

parent 3e8f1bb7
No related branches found
No related tags found
No related merge requests found
......@@ -13,17 +13,17 @@ or
```bash
pip install PySide6 PyYAML rich
```
## Installing this repo to yout project using pip
## Installing this repo to your project using pip
Just add the following line to your requirements.txt
```bash
git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@<branch>
git+https://github.com/agentsmith29/fstools.confighandler.git@<branch>
# e.g., from branch main
git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@main
git+https://github.com/agentsmith29/fstools.confighandler.git@<branch>
```
oder directly using pip (without requirements.txt)
```bash
# or manually
pip install git+https://gitlab.tugraz.at/flexsensor-public/lasercontrol.git@<branch>
pip install git+https://github.com/agentsmith29/fstools.confighandler.git@<branch>
```
## Usage
Example files can be found in `./examples`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment