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
If you see these messages, they do not mean that the installation has failed and the instructions below will
66
-
identify clearly if the installation is a success.
77
+
Run the ``welcome.py`` script to get started!
67
78
68
-
If there are no errors (but only the warnings above) **PyAutoLens** is installed!
79
+
.. code-block:: bash
80
+
81
+
python3 welcome.py
82
+
83
+
It should be clear that **PyAutoLens** runs without issue.
69
84
70
85
If there is an error check out the `troubleshooting section <https://pyautolens.readthedocs.io/en/latest/installation/troubleshooting.html>`_.
71
86
@@ -88,28 +103,6 @@ with the software and determine if it is the right software for you.
88
103
If you decide that **PyAutoLens** is the right software, then I recommend you commit the time to getting a
89
104
successful numba install working, with more information provided `at this readthedocs page <https://pyautolens.readthedocs.io/en/latest/installation/numba.html>`_
90
105
91
-
Workspace
92
-
---------
93
-
94
-
Next, clone the ``autolens workspace`` (the line ``--depth 1`` clones only the most recent branch on
95
-
the ``autolens_workspace``, reducing the download size):
96
-
97
-
.. code-block:: bash
98
-
99
-
cd /path/on/your/computer/you/want/to/put/the/autolens_workspace
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.
64
+
Run the ``welcome.py`` script to get started!
54
65
55
-
If there are no errors (but only the warnings above) **PyAutoLens** is installed!
66
+
.. code-block:: bash
67
+
68
+
python3 welcome.py
69
+
70
+
It should be clear that **PyAutoLens** runs without issue.
56
71
57
72
If there is an error check out the `troubleshooting section <https://pyautolens.readthedocs.io/en/latest/installation/troubleshooting.html>`_.
58
73
@@ -75,28 +90,6 @@ with the software and determine if it is the right software for you.
75
90
If you decide that **PyAutoLens** 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://pyautolens.readthedocs.io/en/latest/installation/numba.html>`_
77
92
78
-
Workspace
79
-
---------
80
-
81
-
Next, clone the ``autolens workspace`` (the line ``--depth 1`` clones only the most recent branch on
82
-
the ``autolens_workspace``, reducing the download size):
83
-
84
-
.. code-block:: bash
85
-
86
-
cd /path/on/your/computer/you/want/to/put/the/autolens_workspace
0 commit comments