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 3afac27 commit 62a04ae
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions docs/About.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,24 @@ one document.
Installation
============

Please follow the installations instructions for `Plone 4`_ and
Please follow the installations instructions for `Plone 5`_ and
`senaite.lims`_.

To install SENAITE IMPRESS, you have to add `senaite.impress` into the
`eggs` list inside the `[buildout]` section of your
`buildout.cfg`::

[buildout]
parts =
instance
extends =
http://dist.plone.org/release/4.3.19/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.19
http://dist.plone.org/thirdparty
https://dist.plone.org/release/5.2-latest/
https://dist.plone.org/thirdparty/
eggs =
Plone
Pillow
senaite.lims
senaite.impress
zcml =
eggs-directory = ${buildout:directory}/eggs

[instance]
recipe = plone.recipe.zope2instance
Expand All @@ -68,11 +65,6 @@ To install SENAITE IMPRESS, you have to add `senaite.impress` into the
zcml =
${buildout:zcml}

[versions]
setuptools =
zc.buildout =


**Note**

The above example works for the buildout created by the unified
Expand All @@ -96,9 +88,9 @@ Installation Requirements

The following versions are required for SENAITE IMPRESS:

- Plone 4.3.19
- 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

0 comments on commit 62a04ae

Please sign in to comment.