File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,26 @@ As a prerequisite for PDFgui installation, download and
42
42
install **Anaconda for Python 2.7 ** from
43
43
|anaconda-download |.
44
44
45
+ .. TODO -- remove when PDFgui is compatible with wxpython 4
46
+
47
+ .. important ::
48
+
49
+ As of July 2019 Anaconda stopped providing older versions
50
+ of several packages that are required by PDFgui
51
+ (details `here
52
+ <https://www.anaconda.com/why-we-removed-the-free-channel-in-conda-4-7> `__).
53
+ We are working on making PDFgui compatible with the current
54
+ set of Anaconda packages.
55
+ In the meantime to install PDFgui you must
56
+ re-activate the old Anaconda packages as follows ::
57
+
58
+ conda update -n base conda
59
+ conda config --set restore_free_channel true
60
+
45
61
.. note ::
46
- If you already use Anaconda for Python 3.5 , create a separate
62
+ If you already use Anaconda for Python 3.7 , create a separate
47
63
Anaconda environment *py27 * which will provide Python 2.7
48
- instead of 3.5 . ::
64
+ instead of 3.7 . ::
49
65
50
66
conda create --name=py27 python=2.7
51
67
source activate py27
You can’t perform that action at this time.
0 commit comments