Installation¶
To install SPAMM, you first need anaconda.
Be sure to download the python 3.7 version.
Then, use the provided conda environment file to create a conda environment with the
packages required by SPAMM:
conda env create python=3.7 -f spamm-env.yaml -n spamm
This will create an environment named spamm, which you activate like so:
conda activate spamm
Now you’re all ready to start SPAMMing!