updated README.md to match repo

This commit is contained in:
Ali Elnwegy 2024-01-19 12:10:25 +01:00
parent 8578e02f14
commit 71d224d5b9

View File

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