You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the dedicated Numba section to sit after Workspace in pip and conda
install pages, and drop the stale numba/llvmlite dependency-conflict
warning example from the install snippet.
Also remove the prominent "Known Issues" callout in the installation
overview (numba/llvmlite is no longer a chronic install problem) and the
standalone numba.rst page's troubleshooting subsections, which referenced
Python 3.8 / NumPy 1.21 — versions no longer supported.
Refs PyAutoLabs/PyAutoLens#482
If you see these messages, they do not mean that the installation has failed and the instructions below will
53
-
identify clearly if the installation is a success.
68
+
python3 welcome.py
54
69
55
-
If there are no errors (but only the warnings above) **PyAutoGalaxy** is installed!
70
+
It should be clear that **PyAutoGalaxy** runs without issue.
56
71
57
72
If there is an error check out the `troubleshooting section <https://pyautogalaxy.readthedocs.io/en/latest/installation/troubleshooting.html>`_.
58
73
@@ -75,29 +90,6 @@ with the software and determine if it is the right software for you.
75
90
If you decide that **PyAutoGalaxy** is the right software, then I recommend you commit the time to getting a
76
91
successful numba install working, with more information provided `at this readthedocs page <https://pyautogalaxy.readthedocs.io/en/latest/installation/numba.html>`_
77
92
78
-
79
-
Workspace
80
-
---------
81
-
82
-
Next, clone the ``autogalaxy workspace`` (the line ``--depth 1`` clones only the most recent branch on
83
-
the ``autogalaxy_workspace``, reducing the download size):
84
-
85
-
.. code-block:: bash
86
-
87
-
cd /path/on/your/computer/you/want/to/put/the/autogalaxy_workspace
If you see these messages, they do not mean that the installation has failed and the instructions below will
39
-
identify clearly if the installation is a success.
54
+
python3 welcome.py
40
55
41
-
If there are no errors (but only the warnings above) **PyAutoGalaxy** is installed!
56
+
It should be clear that **PyAutoGalaxy** runs without issue.
42
57
43
58
If there is an error check out the `troubleshooting section <https://pyautogalaxy.readthedocs.io/en/latest/installation/troubleshooting.html>`_.
44
59
@@ -61,28 +76,6 @@ with the software and determine if it is the right software for you.
61
76
If you decide that **PyAutoGalaxy** is the right software, then I recommend you commit the time to getting a
62
77
successful numba install working, with more information provided `at this readthedocs page <https://pyautogalaxy.readthedocs.io/en/latest/installation/numba.html>`_
63
78
64
-
Workspace
65
-
---------
66
-
67
-
Next, clone the ``autogalaxy workspace`` (the line ``--depth 1`` clones only the most recent branch on
68
-
the ``autogalaxy_workspace``, reducing the download size):
69
-
70
-
.. code-block:: bash
71
-
72
-
cd /path/on/your/computer/you/want/to/put/the/autogalaxy_workspace
0 commit comments