Skip to content

Commit

Permalink
added installation instructions for conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 17, 2019
1 parent 8d4977c commit 04e5d86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ been used to create the diagram.

Installation
------------
We highly recommend to use anaconda_ and install straditize into its own environment::
We highly recommend to use anaconda_ and install straditize into its own
environment::

conda config --add channels conda-forge
conda create -n straditize -c chilipp straditize
conda create -n straditize -c conda-forge straditize
conda activate straditize

or install it from the source files via::
Expand Down
18 changes: 9 additions & 9 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,19 @@ We highly recommend to use conda_ for installing straditize. Here you can
install it via manually via the `chilipp channel`_

After having downloaded and installed anaconda_, open a terminal (or the
*Anaconda Prompt* on windows) and add the `conda-forge channel`_ to your
default conda-channels via::
*Anaconda Prompt* on windows) and install straditize from the
`conda-forge channel`_. You can choose: We recommend to install straditize into
its own environment via::

$ conda config --add channels conda-forge

Then you can choose. We recommend to install straditize into its own environment via::

$ conda create -n straditize -c chilipp straditize
$ conda create -n straditize -c conda-forge straditize

and then activate this environment via::

$ conda activate straditize

In that way you do not mess up your base environment. Nevertheless you can also install it into an existing environment via::

$ conda install -c chilipp straditize
$ conda install -c conda-forge straditize

In the same terminal, now type ``straditize`` to start the software.

Expand All @@ -45,7 +42,10 @@ In the same terminal, now type ``straditize`` to start the software.

$ conda install -c chilipp/label/master straditize

to install the latest version from the master branch.
to install the latest version from the master branch. Note that you then
have to add the `conda-forge` channel to your default channels via::

$ conda config --add channels conda-forge

.. _install-pip:

Expand Down

0 comments on commit 04e5d86

Please sign in to comment.