From 8dac526577790c9a0ec6cc3f24bd49331eb7628a Mon Sep 17 00:00:00 2001 From: maylinnp Date: Fri, 25 Oct 2024 17:42:49 -0700 Subject: [PATCH] added libboost to source code install --- docs/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index d84daac..9ffb14d 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -49,7 +49,7 @@ The Anaconda Python distribution, which can be download from `https://docs.conti .. code-block:: bash - $ conda install -c conda-forge numpy swig boost-cpp sphinx sphinx_rtd_theme + $ conda install -c conda-forge numpy swig boost-cpp libboost sphinx sphinx_rtd_theme $ pip install vina Building from Source