Installation
-
Start by cloning the repository to your local machine:
git clone https://github.com/mxcube/argussight cd argussight
-
Optionally, you can create and activate a conda environment like this:
conda env create -f conda-environment.yml conda activate argussight
Note: If you skip this part, please make sure to have all necessary packages from
conda-environment.yml
installed. -
Install all dependencies necessary for the code to run, using
poetry
, run:poetry install
-
If you followed the above steps and everything ran without any issues, you can proceed to the Setup page to start using the project. However, if you encounter any problems, be sure to check out our FAQ section for common issues and solutions. If your issue isn't listed, feel free to write an issue on our GitHub repository.