From 57c869470d2c156cff7dc7712de0a13c6d3d6adb Mon Sep 17 00:00:00 2001 From: Daniele Panozzo Date: Sat, 27 Jan 2024 15:19:54 -0500 Subject: [PATCH] updated install instructions --- RULES.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RULES.md b/RULES.md index 9c045db..606971b 100644 --- a/RULES.md +++ b/RULES.md @@ -22,12 +22,12 @@ For every assignment, you have to provide a video report of a maximal lenght of ## Installing igl in Python -Before we can begin, you must install `igl`, `meshplot`, and `jupiter` trough conda-forge +Before we can begin, you must install `igl`, `meshplot`, and `jupiter` trough pip (do not use conda for igl, as it is outdated) ```bash -conda install -c conda-forge igl -conda install -c conda-forge meshplot -conda install scipy -conda install jupyter +pip install libigl +pip install meshplot +pip install scipy +pip install notebook ``` ### Using jupyter notebook @@ -36,7 +36,7 @@ Launch the notebook jupyter notebook ``` -### Using jupyter lab +