From 276c0e7485f1cfe774ad2d91fb6245483a4e5b7b Mon Sep 17 00:00:00 2001 From: Thiago Gomes Verissimo Date: Thu, 8 Aug 2019 00:54:20 -0300 Subject: [PATCH] fix typo in Debian name --- docs/installation/installationtutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/installationtutorial.rst b/docs/installation/installationtutorial.rst index 90a432a48..53289c9ff 100644 --- a/docs/installation/installationtutorial.rst +++ b/docs/installation/installationtutorial.rst @@ -8,7 +8,7 @@ In this guide, we will demonstrate how to install and configure NES in a Python Important technical information ------------------------------- -* This guide walks through an installation by using packages available through Dwebian 9 (code name: Stretch), but can easily be adapted to other Unix operating systems. +* This guide walks through an installation by using packages available through Debian 9 (code name: Stretch), but can easily be adapted to other Unix operating systems. * Using virtualenv to install NES is recommended. This is because when you use virtualenv, you create an isolated environment with its own installation directories. * Latest version of NES works only with Python 3. * For demonstration purposes, we will use the `/usr/local` directory to deploy NES. This directory seems to be the right place according to the `Linux Foundation `_.