# azimuth - Package source: GitHub (`satijalab/azimuth`) - Estimated install time: not recorded ## Installation steps ```bash srun -N 1 -n 10 --mem 10G -t 20 -p msismall --pty bash module load R/4.4.0-openblas-rocky8 hdf5/hdf5-1.10.10-gcc-11.3.0-serial R options(Ncpus = 10) system.time(install.packages("remotes")) system.time(remotes::install_github("satijalab/azimuth", ref = "master")) ```