diff --git a/docs/source/start.rst b/docs/source/start.rst index 3b8a9fab8..48fa40094 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -170,6 +170,12 @@ libffi. On a Debian-derivative system, this could be accomplished with sudo apt-get install liblapack-dev libblas-dev libffi-dev +Or on any rhel-derivative systems (e.g. Amazon Linux) with + +:: + + sudo yum install -y lapack-devel blas-devel + To uninstall, remove the directory ``~/rigetti``. .. _exampleprogram: