diff --git a/README.md b/README.md index eaf3c0e7833936f0ff81e23ac63a8213ee05706a..7dd7677a6b617bc6193b8330e272080e01c7f87e 100644 --- a/README.md +++ b/README.md @@ -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`.