From a26b76401f49cd017da068d7b57c7764e4582e54 Mon Sep 17 00:00:00 2001 From: Alexey Buzmakov Date: Fri, 13 Dec 2019 14:56:48 +0100 Subject: [PATCH] update doc for conda support --- docs/wpg.rst | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/wpg.rst b/docs/wpg.rst index f65d4a4..27c83d6 100644 --- a/docs/wpg.rst +++ b/docs/wpg.rst @@ -44,7 +44,29 @@ Installation On Ubuntu Desktop +++++++++++++++++ -Install dependencies +New method +.......... +Install using Conda: + +Download conda installer from https://www.anaconda.com/distribution/ +or install using pip + + .. code:: sh + + pip install conda + +after that in WPG root folder: + + .. code:: sh + + conda create -n wpg3 -y --file requirements.txt + conda activate wpg3 + make + +Depricated method +................. + +Install dependencies: .. code:: sh