Skip to content

Commit

Permalink
Update anaconda.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed May 30, 2017
1 parent ec71492 commit 34896e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install/anaconda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Installation from binaries

In order to ease the installation of the **AutoWIG** software on multiple operating systems, the **Conda** package and environment management system is used.
To install **Conda**, please refers to its `documentation <http://conda.pydata.org/docs>`_ or follow the installation instructions given on the **StatisKit** `documentation <https://statiskit.rtfd.io>`_.
Once **Conda** installed, you can install **AutoWIG** binaries into a special environment that will be used for wrapper generation:
Once **Conda** installed, you can install **AutoWIG** binaries into a special environment that will be used for wrapper generation by typing the following command line in your terminal:

.. code-block:: console
conda create -n autowig python-autowig python-clanglite python-scons python-dev libdev -c statiskit -c conda-forge
$ conda create -n autowig python-autowig python-clanglite python-scons python-dev libdev -c statiskit -c conda-forge
.. warning::

Expand Down

0 comments on commit 34896e5

Please sign in to comment.