1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Installation ## Installing rust If you don't already have the rust package manager `cargo` installed: ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` ## Installing `crispr_screen` ```bash cargo install crispr_screen ```