File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,15 +28,13 @@ the installation has clean dependencies):
2828
2929 pip install autofit
3030
31- Next, clone the ``autofit_workspace `` at the tag matching your installed ``PyAutoFit `` version. Each
32- ``PyAutoFit `` release tags a paired ``autofit_workspace `` snapshot, so cloning by tag guarantees that the
33- example scripts and notebooks were generated against the library version you installed:
31+ Next, clone the ``autofit_workspace `` (the line ``--depth 1 `` clones only the most recent branch on
32+ the ``autofit_workspace ``, reducing the download size):
3433
3534.. code-block :: bash
3635
3736 cd /path/on/your/computer/you/want/to/put/the/autofit_workspace
38- AUTOFIT_VERSION=$( python -c " import autofit; print(autofit.__version__)" )
39- git clone https://github.com/Jammy2211/autofit_workspace --branch $AUTOFIT_VERSION --depth 1
37+ git clone https://github.com/Jammy2211/autofit_workspace --depth 1
4038 cd autofit_workspace
4139
4240 Run the `welcome.py ` script to get started!
Original file line number Diff line number Diff line change @@ -22,15 +22,13 @@ the installation has clean dependencies):
2222 If this raises no errors **PyAutoFit ** is installed! If there is an error check out
2323the `troubleshooting section <https://pyautofit.readthedocs.io/en/latest/installation/troubleshooting.html >`_.
2424
25- Next, clone the ``autofit_workspace `` at the tag matching your installed ``PyAutoFit `` version. Each
26- ``PyAutoFit `` release tags a paired ``autofit_workspace `` snapshot, so cloning by tag guarantees that the
27- example scripts and notebooks were generated against the library version you installed:
25+ Next, clone the ``autofit_workspace `` (the line ``--depth 1 `` clones only the most recent branch on
26+ the ``autofit_workspace ``, reducing the download size):
2827
2928.. code-block :: bash
3029
3130 cd /path/on/your/computer/you/want/to/put/the/autofit_workspace
32- AUTOFIT_VERSION=$( python -c " import autofit; print(autofit.__version__)" )
33- git clone https://github.com/Jammy2211/autofit_workspace --branch $AUTOFIT_VERSION --depth 1
31+ git clone https://github.com/Jammy2211/autofit_workspace --depth 1
3432 cd autofit_workspace
3533
3634 Run the ``welcome.py `` script to get started!
You can’t perform that action at this time.
0 commit comments