From 4c955c79b8efdd31fabc24ecf65f6ccc6a2ec4cc Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Tue, 21 Sep 2021 07:17:52 +0300 Subject: [PATCH] Update requirements. Suggested by @mermakov. --- README.md | 4 +++- doc/readme.moi | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc092a1..6bae9b8 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,9 @@ Installation Requirements: Python 3.9. -To install all packages, run: + * Install [cairo 2D graphic library](https://www.cairographics.org/download/), + * install Python packages: + ```bash pip install -r requirements.txt diff --git a/doc/readme.moi b/doc/readme.moi index 7eafd44..4aa2bd1 100644 --- a/doc/readme.moi +++ b/doc/readme.moi @@ -170,7 +170,9 @@ Every way and node displayed with the random color picked for each author with \ Requirements\: Python 3.9/* or higher*/. -To install all packages, run\: +\list + {Install \ref {https://www.cairographics.org/download/} {cairo 2D graphic library},} + {install Python packages\:} \code {pip install -r requirements.txt pip install .} {bash}