Skip to content

Commit

Permalink
fixing repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Phionx committed Apr 1, 2022
1 parent e57bb4b commit 142b7b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Leveraging quantum advantage to distributed grids for energy security and sustai

Our team's contribution is supposed to go into the `qudra` folder. So move there
```console
cd NYUAD-2022/qudra
cd qudra
```

*Conda users, please make sure to `conda install pip` before running any pip installation if you want to install `qudra` into your conda environment.*
Expand All @@ -39,7 +39,7 @@ To check if the installation was successful, run:
To build `qudra` from source, pip install using:

```bash
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
git clone https://github.com/Q-Energy-2022/qudra.git
cd qudra
pip install --upgrade .
```
Expand All @@ -51,7 +51,7 @@ If you also want to download the dependencies needed to run optional tutorials,

If you intend to contribute to this project, please install `qudra` in editable mode as follows:
```bash
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
git clone https://github.com/Q-Energy-2022/qudra.git
cd qudra
pip install -e .[dev]
```
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Leveraging quantum advantage to distributed grids for energy security and sustai

Our team's contribution is supposed to go into the `qudra` folder. So move there
```console
cd NYUAD-2022/qudra
cd qudra
```

*Conda users, please make sure to `conda install pip` before running any pip installation if you want to install `qudra` into your conda environment.*
Expand All @@ -39,7 +39,7 @@ To check if the installation was successful, run:
To build `qudra` from source, pip install using:

```bash
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
git clone https://github.com/Q-Energy-2022/qudra.git
cd qudra
pip install --upgrade .
```
Expand All @@ -51,7 +51,7 @@ If you also want to download the dependencies needed to run optional tutorials,

If you intend to contribute to this project, please install `qudra` in editable mode as follows:
```bash
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
git clone https://github.com/Q-Energy-2022/qudra.git
cd qudra
pip install -e .[dev]
```
Expand Down

0 comments on commit 142b7b7

Please sign in to comment.