Skip to content

Commit

Permalink
Merge pull request #2656 from NyanKiyoshi/docs/update-some-information
Browse files Browse the repository at this point in the history
Update the documentations with the latest requirements and restore the transifex link
  • Loading branch information
maarcingebala committed Aug 23, 2018
2 parents c560c18 + 3d91f8e commit d9467f9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Built with top-notch technologies. Django, PostgreSQL, ElasticSearch, GraphQL an

## 💾 Installation and requirements

Saleor requires Python 3.4+, Node.js 8.0+, PostgreSQL and OS-specific dependency tools.
Saleor requires Python 3.5+, Node.js 10.0+, PostgreSQL and OS-specific dependency tools.

[See the Saleor docs](https://saleor.readthedocs.io) for step-by-step installation and deployment instructions.

Expand Down Expand Up @@ -55,6 +55,14 @@ If you have any ideas, just [open an issue](https://github.com/mirumee/saleor/is

Get more details in our [Contributing Guide](https://saleor.readthedocs.io/en/latest/contributing.html).

## 🌎 Translate

Did you know that Saleor is available in almost 30 languages, translated entirely by our community?

If you'd like to help us, you can join one of our translation teams on [the localization platform Transifex](https://www.transifex.com/mirumee/saleor-1/languages/).

The repository gets synchronized weekly with the latest contributions.

## 📝 Your feedback

Do you use Saleor as an e-commerce platform?
Expand Down
4 changes: 2 additions & 2 deletions docs/gettingstarted/installation-linux.rst
Expand Up @@ -15,13 +15,13 @@ Before you are ready to run Saleor you will need additional software installed o
Python 3
~~~~~~~~

Saleor requires Python 3.4 or later. A compatible version comes preinstalled with most current Linux systems. If that is not the case consult your distribution for instructions on how to install Python 3.6 or 3.7.
Saleor requires Python 3.5 or later. A compatible version comes preinstalled with most current Linux systems. If that is not the case consult your distribution for instructions on how to install Python 3.6 or 3.7.


Node.js
~~~~~~~

Version 8 or later is required. See the `installation instructions <https://nodejs.org/en/download/package-manager/>`_.
Version 10 or later is required. See the `installation instructions <https://nodejs.org/en/download/package-manager/>`_.

.. note::

Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/installation-macos.rst
Expand Up @@ -10,7 +10,7 @@ Before you are ready to run Saleor you will need additional software installed o
Node.js
~~~~~~~

Version 8 or later is required. Download the macOS installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.
Version 10 or later is required. Download the macOS installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.


PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/installation-windows.rst
Expand Up @@ -21,7 +21,7 @@ Make sure that "**Add Python 3.7 to PATH**" is checked.
Node.js
~~~~~~~

Version 8 or later is required. Download the Windows installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.
Version 10 or later is required. Download the Windows installer from the `Node.js downloads page <https://nodejs.org/en/download/>`_.

Make sure that "**Add to PATH**" is selected.

Expand Down

0 comments on commit d9467f9

Please sign in to comment.