Skip to content

Commit

Permalink
[doc] Update docs for installing from conda
Browse files Browse the repository at this point in the history
Recommend conda-forge channel for taurus and pytango channels

Closes taurus-org#1172
  • Loading branch information
Carlos Pascual committed Apr 12, 2021
1 parent cff1f21 commit 99d6e64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/users/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ Installing in a conda environment (platform-independent)

In a conda environment (we recommend creating one specifically for taurus)::

conda install -c conda-forge -c taurus-org taurus taurus_pyqtgraph
conda install -c conda-forge taurus taurus_pyqtgraph

optionally, you may also want to install tango::

conda install -c tango-controls pytango
conda install -c conda-forge pytango

Note: for windows, until pytango is available on conda-forge, you may need to use `-c tango-controls` to install pytango.


Working from Git source directly (in develop mode)
Expand Down

0 comments on commit 99d6e64

Please sign in to comment.