Skip to content

Commit

Permalink
Fix Conda install command in README.md (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
seandiscovery authored and karalekas committed Apr 29, 2019
1 parent 70c3b72 commit 91c66c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Documentation is hosted at [http://pyquil.readthedocs.io/en/latest/](http://pyqu
You can install pyQuil as a conda package (recommended):

```bash
conda install -c -conda-forge pyquil
conda install -c conda-forge pyquil
```

or using `pip`:
Expand Down

0 comments on commit 91c66c2

Please sign in to comment.