Skip to content

Commit 6db322c

Browse files
committed
correct pip
1 parent ca23abd commit 6db322c

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

content/compas-getting-started.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"outputs": [],
3838
"source": [
39-
"%pip install -q scipy pythreejs\n",
40-
"%pip install -q compas --no-deps\n",
39+
"%pip install -q pythreejs\n",
40+
"%pip install -q compas\n",
4141
"%pip install -q compas_notebook --no-deps"
4242
]
4343
},
@@ -81,6 +81,13 @@
8181
"First import a box from the geometry package."
8282
]
8383
},
84+
{
85+
"cell_type": "code",
86+
"execution_count": null,
87+
"metadata": {},
88+
"outputs": [],
89+
"source": []
90+
},
8491
{
8592
"cell_type": "code",
8693
"execution_count": null,

content/obb.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"%pip install -q scipy pythreejs\n",
12-
"%pip install -q compas --no-deps\n",
11+
"%pip install -q pythreejs\n",
12+
"%pip install -q compas\n",
1313
"%pip install -q compas_notebook --no-deps"
1414
]
1515
},

content/point-in-box.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"%pip install -q scipy pythreejs\n",
12-
"%pip install -q compas --no-deps\n",
11+
"%pip install -q pythreejs\n",
12+
"%pip install -q compas\n",
1313
"%pip install -q compas_notebook --no-deps"
1414
]
1515
},

content/suzanne.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"%pip install -q scipy pythreejs\n",
12-
"%pip install -q compas --no-deps\n",
11+
"%pip install -q pythreejs\n",
12+
"%pip install -q compas\n",
1313
"%pip install -q compas_notebook --no-deps"
1414
]
1515
},

content/tubemesh.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"%pip install -q scipy pythreejs\n",
12-
"%pip install -q compas --no-deps\n",
11+
"%pip install -q pythreejs\n",
12+
"%pip install -q compas\n",
1313
"%pip install -q compas_notebook --no-deps"
1414
]
1515
},

0 commit comments

Comments
 (0)