Before installing dive
and deerlab
, see instructions in dive
repository you can use the following to make sure you have your python environment set up correctly - important this will only work if youre using anaconda and if you have it set up.
- Open a directory where the environment.yml file is located. The file is in this directory
- Run:
This will create an environment with the name
conda env create -n pymc3 environment.yml
pymc3
all required packages. - Use VS Code or any other editor to select this environment, or type
in your terminal. Then install
conda activate pymc3
dive
anddeerlab
as instructed on the repos