From 91c66c2f679e824b4a2c7978d44faeb49fa45f4e Mon Sep 17 00:00:00 2001 From: Sean <38267645+seandiscovery@users.noreply.github.com> Date: Mon, 29 Apr 2019 10:00:51 -0700 Subject: [PATCH] Fix Conda install command in README.md (#890) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daf5132e3..8cc968b96 100644 --- a/README.md +++ b/README.md @@ -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`: