diff --git a/README.md b/README.md index 645e9e5..bfa9e80 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ __\[fn_gen\]__ The Function Generator SCPI library in Python ```bash # Clone Repository and change to repo directory -git clone https://collaborating.tuhh.de/ckn8479/fn_gen.git && cd fn_gen +git clone https://collaborating.tuhh.de/m-4/imek-public/python-libs/rigol-dg2052-python-library.git && cd rigol-dg2052-python-library # Install virtualenv for python virtual enviroment management pip install virtualenv # Can be skipped if already installed # Create a virutal enviroment in repo folder called 'venv' @@ -26,8 +26,8 @@ deactivate ```powershell # Clone Repository and change to repo directory -git clone https://collaborating.tuhh.de/ckn8479/fn_gen.git -cd fn_gen +git clone https://collaborating.tuhh.de/m-4/imek-public/python-libs/rigol-dg2052-python-library.git +cd rigol-dg2052-python-library # Install virtualenv for python virtual enviroment management pip install virtualenv # Can be skipped if already installed # Create a virutal enviroment in repo folder called 'venv'