Installation¶
Prerequisites¶
Install the ATSAS software package for your system from https://www.embl-hamburg.de/biosaxs/atsas-online/download.php after registration.
Preparation¶
Create a conda environment:
$ conda create -y -n atsas python=3.7 ipython
$ conda activate atsas # or 'source activate atsas'