File: install.rst

package info (click to toggle)
bioxtasraw 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 258,948 kB
  • sloc: python: 78,311; makefile: 27; sh: 21
file content (39 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Installation
===========================================
.. _install:

RAW can be downloaded from `sourceforge <https://sourceforge.net/projects/bioxtasraw/>`_.
There are prebuilt installers for Windows (.msi), MacOs (.dmg), and Debian/Ubuntu (.deb).
Installation on other Linux distributions requires building from source.

*  `Download Windows 11 installer
   <https://sourceforge.net/projects/bioxtasraw/files/RAW-2.4.1_win11_x86_64.msi/download>`_
*  `Download MacOS x86_64 (Intel) installer
   <https://sourceforge.net/projects/bioxtasraw/files/RAW-2.4.1_mac_x86_64.dmg/download>`_
   (MacOS 13 or newer)
*  `Download MacOS arm64 (Apple Silicon/M chips) installer
   <https://sourceforge.net/projects/bioxtasraw/files/RAW-2.4.1_mac_arm64.dmg/download>`_
   (MacOS 13 or newer)
*  `Download Ubuntu/Debian installer
   <https://sourceforge.net/projects/bioxtasraw/files/RAW-2.4.1_linux_x86_64.deb/download>`_
   (Ubuntu 22.04/Debian 12 or newer)
*  `Download source code
   <https://sourceforge.net/projects/bioxtasraw/files/RAW-2.4.1_source.zip/download>`_
   (Other)

RAW is also available through `SBGrid <https://sbgrid.org/software/titles/bioxtas-raw>`_.

Some features in RAW require a separate installation of the
`ATSAS <https://github.com/biosaxs-com/atsas-community>`_ package.

For installation instructions for the API, see the :ref:`API documentation.<api>`

Detailed installation instructions
-----------------------------------
.. toctree::
   :maxdepth: 2
   :includehidden:

   install/win_install
   install/mac_install
   install/linux_install