Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links for standalone app to 2024.03.1 #20

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
version: 2

build:
image: latest
os: "ubuntu-22.04"
tools:
python: "3"

sphinx:
builder: html
configuration: doc/conf.py
fail_on_warning: true

python:
version: 3.8
install:
- method: pip
path: .
Expand Down
24 changes: 16 additions & 8 deletions doc/installation/standalone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,31 @@ beyond those included by default, so if you want the ability to do this, you
should check one of the other installation methods mentioned in
:ref:`installation`.

MacOS X
-------
MacOS X (Silicon)
-----------------

Donwload the :download:`glue 2023.06.4.dmg
<https://glueviz.s3.amazonaws.com/installers/2023.06.4/glue%202023.06.4.dmg>`
file, open it and copy the **glue 2023.06.4.app** application to your
Download the :download:`glue 2024.03.1.dmg
<https://glueviz.s3.amazonaws.com/installers/2024.03.1/glue%202024.03.1.dmg>`
file, open it and copy the **glue 2024.03.1.app** application to your
**Applications** folder (or any other location you want to use). You will
likely see a dialog asking you whether to continue opening the application as it
was downloaded from the internet - if so, you can proceed (this is a standard
warning for any application not installed via the Mac App Store).

MacOS X (Intel)
---------------

We are no longer providing recent Intel builds, but you can download the last
one from
:download:`glue 2023.06.4.dmg
<https://glueviz.s3.amazonaws.com/installers/2023.06.4/glue%202023.06.4.dmg>`.

Windows
-------

Donwload the :download:`glue 2023.06.4.exe
<https://glueviz.s3.amazonaws.com/installers/2023.06.4/glue%202023.06.4.exe>` file.
Once the file has downloaded, open the **glue 2023.06.4.exe** application. You
Download the :download:`glue 2024.03.1.exe
<https://glueviz.s3.amazonaws.com/installers/2024.03.1/glue%202024.03.1.exe>` file.
Once the file has downloaded, open the **glue 2024.03.1.exe** application. You
will likely then see a dialog such as:

.. image:: images/warning1_windows.png
Expand Down
Loading