Skip to content

Commit 7d61ee4

Browse files
committed
Sync with the source at 2a6e033
1 parent d16f644 commit 7d61ee4

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

products/pdfgui.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,25 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
122122
<p>As a prerequisite for PDFgui installation, download and
123123
install <strong>Anaconda for Python 2.7</strong> from
124124
<a class="reference external" href="https://www.anaconda.com/download">https://www.anaconda.com/download</a>.</p>
125+
<div class="admonition important">
126+
<p class="admonition-title">Important</p>
127+
<p>As of July 2019 Anaconda stopped providing older versions
128+
of several packages that are required by PDFgui
129+
(details <a class="reference external" href="https://www.anaconda.com/why-we-removed-the-free-channel-in-conda-4-7">here</a>).
130+
We are working on making PDFgui compatible with the current
131+
set of Anaconda packages.
132+
In the meantime to install PDFgui you must
133+
re-activate the old Anaconda packages as follows</p>
134+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda update -n base conda
135+
conda config --set restore_free_channel <span class="nb">true</span>
136+
</pre></div>
137+
</div>
138+
</div>
125139
<div class="admonition note">
126140
<p class="admonition-title">Note</p>
127-
<p>If you already use Anaconda for Python 3.5, create a separate
141+
<p>If you already use Anaconda for Python 3.7, create a separate
128142
Anaconda environment <em>py27</em> which will provide Python 2.7
129-
instead of 3.5.</p>
143+
instead of 3.7.</p>
130144
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda create --name<span class="o">=</span>py27 <span class="nv">python</span><span class="o">=</span><span class="m">2</span>.7
131145
<span class="nb">source</span> activate py27
132146
</pre></div>
@@ -139,7 +153,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
139153
Open a <em>Terminal</em> window or <em>Anaconda Command Prompt</em> on Windows
140154
and install PDFgui using the <strong class="program">conda</strong> command</p>
141155
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda config --add channels diffpy
142-
conda install diffpy.pdfgui
156+
conda install <span class="s2">&quot;diffpy.pdfgui&gt;=1.1.2&quot;</span>
143157
</pre></div>
144158
</div>
145159
<p>All done. To start PDFgui enter <strong class="program">pdfgui</strong> command in a

0 commit comments

Comments
 (0)