diff --git a/docs/About.rst b/docs/About.rst index d8ab564f..fe936c5b 100644 --- a/docs/About.rst +++ b/docs/About.rst @@ -39,23 +39,20 @@ License. Installation ============ -Please follow the installations instructions for `Plone 4`_ and +Please follow the installations instructions for `Plone 5`_ and `senaite.lims`_. To install SENAITE.APP.LISTING, you have to add `senaite.app.listing` into the `eggs` list inside the `[buildout]` section of your `buildout.cfg`:: [buildout] - parts = - instance - extends = - http://dist.plone.org/release/4.3.18/versions.cfg + index = https://pypi.org/simple/ + extends = https://dist.plone.org/release/5.2-latest/versions.cfg find-links = - http://dist.plone.org/release/4.3.18 - http://dist.plone.org/thirdparty + https://dist.plone.org/release/5.2-latest/ + https://dist.plone.org/thirdparty/ eggs = Plone - Pillow senaite.lims zcml = eggs-directory = ${buildout:directory}/eggs @@ -69,10 +66,6 @@ To install SENAITE.APP.LISTING, you have to add `senaite.app.listing` into the zcml = ${buildout:zcml} - [versions] - setuptools = - zc.buildout = - **Note** @@ -97,11 +90,11 @@ Installation Requirements The following versions are required for SENAITE.APP.LISTING: -- Plone 4.3.18 -- senaite.lims >= 1.3.0 +- Plone 5.2.1 +- senaite.lims >= 2.x -.. _Plone 4: https://docs.plone.org/4/en/manage/installing/index.html +.. _Plone 5: https://docs.plone.org/manage/installing/installation.html .. _senaite.lims: https://github.com/senaite/senaite.lims#installation .. _ReactJS: https://reactjs.org .. _Facebook: https://github.com/facebook/react