Skip to content

Commit 7cd1490

Browse files
authored
Merge pull request #19 from nekitmm/maint/notebook-tweaks
tweak installation text
2 parents e12d0b9 + bb7daaf commit 7cd1490

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

DLPacker.ipynb

+8-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cell_type": "markdown",
2020
"metadata": {},
2121
"source": [
22-
"<p>For everythig in this notebook to work, make sure you have <b>Tensorflow 2.x</b>, <b>pickle</b> and <b>biopython</b> installed.</p>"
22+
"<p>For everythig in this notebook to work, make sure you have <b>dlpacker</b> installed (see the main README.md file for instructions). On the first run the package will try to unzip the weights supplied with the code.</p>"
2323
]
2424
},
2525
{
@@ -229,7 +229,7 @@
229229
],
230230
"metadata": {
231231
"kernelspec": {
232-
"display_name": "Python 3",
232+
"display_name": "Python 3.10.12 64-bit",
233233
"language": "python",
234234
"name": "python3"
235235
},
@@ -243,7 +243,12 @@
243243
"name": "python",
244244
"nbconvert_exporter": "python",
245245
"pygments_lexer": "ipython3",
246-
"version": "3.10.9"
246+
"version": "3.10.12"
247+
},
248+
"vscode": {
249+
"interpreter": {
250+
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
251+
}
247252
}
248253
},
249254
"nbformat": 4,

0 commit comments

Comments
 (0)