From 6d353b83b746693929e04020ee8bf173df79d544 Mon Sep 17 00:00:00 2001 From: Jelle Feringa Date: Sun, 22 Sep 2024 23:31:40 +0200 Subject: [PATCH] Update README.md SCIP; the Mixed Integer Programming (MIP) solver and Branch-and-Cut-and-Price Framework was missing in the conda dependencies installation command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1718f11..355b4137 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ pip install -e .'[dev]' **Mac**: ```bash -conda create -n cgal-dev python=3.9 gmp mpfr boost-cpp eigen=3.3 cgal-cpp pybind11 --yes +conda create -n cgal-dev python=3.9 gmp mpfr boost-cpp eigen=3.3 cgal-cpp pybind11 scip --yes conda activate cgal-dev git clone https://github.com/compas-dev/compas_cgal cd compas_cgal