Skip to content

Commit

Permalink
fixed reference to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rblazarus committed Oct 10, 2019
1 parent f282ca4 commit b7a3162
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ cd QGL
pip install -e .
```

which will automatically fetch and install all of the requirements. If you are using
an anaconda python distribution, some of the requirements should be installed with
"conda install".
which will automatically fetch and install all of the requirement packages. This process
will execute the package requirements enumerated in setup.py.

## Examples: where to start <a name="Examples"></a>

Expand Down Expand Up @@ -177,7 +176,7 @@ definition of `C1` in `Cliffords.py` to find our enumeration of the group.

QGL provides only one high-level two-qubit primitive, `CNOT`. The implementation
of CNOT may be chosen by specifying the `cnot_implementation` key in QGL's
[config file](config.md#configuration-options).
[config.py](https://github.com/BBN-Q/QGL/config.py) file.

```python
# high-level primitives
Expand Down

0 comments on commit b7a3162

Please sign in to comment.