Skip to content

Commit

Permalink
deploy: 136ed4a
Browse files Browse the repository at this point in the history
  • Loading branch information
YektaY committed Dec 10, 2024
1 parent bf129bc commit cec2073
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
16 changes: 9 additions & 7 deletions _sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@ Please note, this guide is written with Unix in mind, so there are probably some
Installing PyDM and Prerequisites with Anaconda
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After installing Anaconda (see https://www.anaconda.com/download/), create a new
environment for PyDM::
$ conda create -n pydm-environment python=3.8 pyqt=5 pip numpy scipy six psutil pyqtgraph pydm -c conda-forge
$ source activate pydm-environment

.. warning::
There is currently no PyQt 5.15+ build available on conda or PyPI that has
designer support for python plugins.
designer support for python plugins. PyDM widgets will not load in these designer versions.

In order to use PyDM widgets in designer, please make sure to pin the PyQt version to 5.12.3 or lower
until this is resolved.

$ conda create -n pydm-environment python=3.10 pyqt=5.12.3 pip numpy scipy six psutil pyqtgraph pydm -c conda-forge

After installing Anaconda (see https://www.anaconda.com/download/), create a new
environment for PyDM::
$ conda create -n pydm-environment python=3.10 pyqt=5 pip numpy scipy six psutil pyqtgraph pydm -c conda-forge
$ source activate pydm-environment

Once you've installed and activated the environment, you should be able to run 'pydm' to launch PyDM, or run 'designer' to launch Qt Designer. If you are on Windows, run these commands from the Anaconda Prompt.

On MacOS, launching Qt Designer is a little more annoying:
Expand Down
15 changes: 8 additions & 7 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,19 @@
<p>Please note, this guide is written with Unix in mind, so there are probably some differences when installing on Windows.</p>
<section id="installing-pydm-and-prerequisites-with-anaconda">
<h2>Installing PyDM and Prerequisites with Anaconda<a class="headerlink" href="#installing-pydm-and-prerequisites-with-anaconda" title="Permalink to this heading"></a></h2>
<p>After installing Anaconda (see <a class="reference external" href="https://www.anaconda.com/download/">https://www.anaconda.com/download/</a>), create a new
environment for PyDM:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ conda create -n pydm-environment python=3.8 pyqt=5 pip numpy scipy six psutil pyqtgraph pydm -c conda-forge
$ source activate pydm-environment
</pre></div>
</div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>There is currently no PyQt 5.15+ build available on conda or PyPI that has
designer support for python plugins.</p>
designer support for python plugins. PyDM widgets will not load in these designer versions.</p>
<p>In order to use PyDM widgets in designer, please make sure to pin the PyQt version to 5.12.3 or lower
until this is resolved.</p>
<p>$ conda create -n pydm-environment python=3.10 pyqt=5.12.3 pip numpy scipy six psutil pyqtgraph pydm -c conda-forge</p>
</div>
<p>After installing Anaconda (see <a class="reference external" href="https://www.anaconda.com/download/">https://www.anaconda.com/download/</a>), create a new
environment for PyDM:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ conda create -n pydm-environment python=3.10 pyqt=5 pip numpy scipy six psutil pyqtgraph pydm -c conda-forge
$ source activate pydm-environment
</pre></div>
</div>
<p>Once you’ve installed and activated the environment, you should be able to run ‘pydm’ to launch PyDM, or run ‘designer’ to launch Qt Designer. If you are on Windows, run these commands from the Anaconda Prompt.</p>
<p>On MacOS, launching Qt Designer is a little more annoying:
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit cec2073

Please sign in to comment.