Skip to content

Commit

Permalink
Update source.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 20, 2016
1 parent 62c8fce commit 344beaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ In order to install **AutoWIG** from source code we recommand to use:
$ git clone https://github.com/StatisKit/PyClangLite.git
$ conda build PyClangLite/conda/libclang
$ conda build PyClangLite/conda/libclanglite
$ conda build PyClangLite/conda/python-clanglite
$ conda install python-clanglite
Expand All @@ -26,6 +27,7 @@ This is done by typing the following commands
.. code-block:: console
$ git clone https://github.com/StatisKit/AutoWIG.git
$ conda build AutoWIG/conda/python-clang
$ conda build AutoWIG/conda/python-autowig
$ conda install python-autowig
Expand Down Expand Up @@ -63,4 +65,4 @@ This is done by typing the following commands
RUN $HOME/miniconda/bin/conda info -a
# Install conda-build
RUN $HOME/miniconda/bin/conda install conda-build
RUN $HOME/miniconda/bin/conda install conda-build

0 comments on commit 344beaf

Please sign in to comment.