Skip to content

Commit

Permalink
update doc for conda support
Browse files Browse the repository at this point in the history
  • Loading branch information
buzmakov committed Dec 13, 2019
1 parent 6e616a4 commit a26b764
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docs/wpg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a26b764

Please sign in to comment.