@@ -26,12 +26,13 @@ Requirements
2626
2727 - NuoDB _ >= 2.0.4
2828
29- If you haven't done so already, `Download and Install NuoDB <https://www.nuodb.com/dev-center/community-edition-download >`_.
29+ If you don't have a NuoDB domain available you can create one using the Docker
30+ image on DockerHub. See `Quick Start Guides / Docker <https://doc.nuodb.com/nuodb/latest/quick-start-guide/docker/ >`_.
3031
3132Installation
3233------------
3334
34- The last stable release is available on PyPI and can be installed with
35+ The current stable release is available on PyPI and can be installed with
3536``pip ``::
3637
3738 $ pip install pynuodb
@@ -42,7 +43,7 @@ from GitHub and installed with Setuptools::
4243 $ curl -L https://github.com/nuodb/nuodb-python/archive/master.tar.gz | tar xz
4344 $ cd nuodb-python*
4445 $ python setup.py install
45- $ # The folder nuodb-python* can be safely removed now.
46+ # The folder nuodb-python* can be safely removed now.
4647
4748Example
4849-------
@@ -96,14 +97,14 @@ Resources
9697
9798DB-API 2.0: https://www.python.org/dev/peps/pep-0249/
9899
99- NuoDB Documentation: https://doc.nuodb.com/Latest/Default.htm
100+ NuoDB Documentation: https://doc.nuodb.com/nuodb/latest/introduction-to-nuodb/
100101
101102License
102103-------
103104
104105PyNuoDB is licensed under a `BSD 3-Clause License <https://github.com/nuodb/nuodb-python/blob/master/LICENSE >`_.
105106
106- .. _Documentation : https://doc.nuodb.com/Latest/Default.htm
107+ .. _Documentation : https://doc.nuodb.com/nuodb/latest/introduction-to-nuodb/
107108.. _NuoDB : https://www.nuodb.com/
108109.. _CPython : https://www.python.org/
109110.. _PEP 249 : https://www.python.org/dev/peps/pep-0249/
0 commit comments