Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Aug 6, 2020
1 parent 3cf71d0 commit c2f4b43
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions docs/About.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**

Expand All @@ -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
Expand Down

0 comments on commit c2f4b43

Please sign in to comment.