-
Install
You can install nnanno
via GitHub:
-
pip install git+https://github.com/Living-with-machines/nnanno
+
Install
You can install nnanno
via PyPI
:
+
pip install nnanno
This will install all of the code for sampling from Newspaper Navigator data.
diff --git a/nbs/index.ipynb b/nbs/index.ipynb
index a1b8b45..14b651c 100644
--- a/nbs/index.ipynb
+++ b/nbs/index.ipynb
@@ -116,9 +116,9 @@
"source": [
"## Install\n",
"\n",
- "You can install `nnanno` via GitHub:\n",
+ "You can install `nnanno` via `PyPI`:\n",
"\n",
- "`pip install git+https://github.com/Living-with-machines/nnanno`\n",
+ "`pip install nnanno`\n",
"\n",
"This will install all of the code for sampling from Newspaper Navigator data. "
]
@@ -514,9 +514,21 @@
],
"metadata": {
"kernelspec": {
- "display_name": "Python 3",
+ "display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.8.8"
}
},
"nbformat": 4,
diff --git a/nnanno/__init__.py b/nnanno/__init__.py
index f102a9c..3b93d0b 100644
--- a/nnanno/__init__.py
+++ b/nnanno/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.1"
+__version__ = "0.0.2"
diff --git a/settings.ini b/settings.ini
index c9df2a7..23c8c1a 100644
--- a/settings.ini
+++ b/settings.ini
@@ -13,7 +13,7 @@ author = Daniel van Strien
author_email = daniel.van-strien@bl.uk
copyright = The Alan Turing Institute, British Library Board, Queen Mary University of London, University of Exeter, University of East Anglia and University of Cambridge
branch = master
-version = 0.0.1
+version = 0.0.2
min_python = 3.6
audience = Developers
language = English