Skip to content

Commit f0c0ee7

Browse files
README: Mention nodely.uninstall
1 parent 6e9a9c2 commit f0c0ee7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,14 @@
220220
"nodely.call('coffee', ['--version'])"
221221
]
222222
},
223+
{
224+
"cell_type": "markdown",
225+
"metadata": {},
226+
"source": [
227+
"For the case that you want to get rid of the package again,\n",
228+
"just `nodely.uninstall('coffee-script')` it"
229+
]
230+
},
223231
{
224232
"cell_type": "markdown",
225233
"metadata": {},

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ And if you want to run it, for example with the `--version` flag:
122122

123123

124124

125+
For the case that you want to get rid of the package again,
126+
just `nodely.uninstall('coffee-script')` it
127+
128+
129+
125130
### Run installed Node.js tools from Python
126131

127132

0 commit comments

Comments
 (0)